8000 Tags · ConnectionMaster/wp-calypso · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ConnectionMaster/wp-calypso

Tags

desktop/2.5.0

Toggle desktop/2.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix: http-envelope-normalizer: return request object (Automattic#13882)

Resolves Automattic#13791

This wrapper appears to try and detect error-like messages in responses
from `wpcom.js` calls and turn them into proper JavaScript `Error`s.

Previously however instead of returning the request object it created it
was returning `undefined`. `wpcom.js` is supposed to return _either_ an
XHR object _or_ a promise for the request. In this case, any code
depending on the return value (XHR updloads, promise resolvers, etc...)
would throw a `TypeError` because `undefined` has no properties.

Now the code _returns_ the augmented request object instead of merely
_calling_ it.

cc: @retrofox

desktop/2.4.0

Toggle desktop/2.4.0's commit message

desktop/2.3.0

Toggle desktop/2.3.0's commit message

desktop/2.2.0

Toggle desktop/2.2.0's commit message
Disabling rubberband-scroll-disable for Desktop

desktop-2.1.0

Toggle desktop-2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Reader: Turn on search for Desktop (Automattic#9469)

desktop-2.0.0

Toggle desktop-2.0.0's commit message
Disabling rubber band scrolling for desktop

desktop-1.9.0

Toggle desktop-1.9.0's commit message
Merge pull request Automattic#8463 from Automattic/add/reader/refresh…

…-new-card-component-take-2

Reader: Add new thumbnail and excerpt component for Refresh

desktop-1.7.0

Toggle desktop-1.7.0's commit message
Disabling 'rubberband-scroll-disable' so Desktop app won't get stuck …

…trying to scroll up

desktop-1.6.0

Toggle desktop-1.6.0's commit message
Disabling on Desktop as it blocks the ability to scroll up

desktop-1.5.0

Toggle desktop-1.5.0's commit message
Fix device icon margin when showExternal is false (Automattic#7051)

0