Commit Graph

24437 Commits

Author SHA1 Message Date
Ed Morley
ecdb2010c2 Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-01 16:11:12 +01:00
Ed Morley
560ada4be1 Backed out changeset 1be9a6d20566 (bug 1025183) for failures in test_scalarvaluestring.html on B2G/Android; CLOSED TREE 2014-08-01 10:28:52 +01:00
Ed Morley
124caf2ec5 Backed out changeset 01c51cb8d8bd (bug 1025183) 2014-08-01 10:27:32 +01:00
Ed Morley
1cfb1639a6 Backed out changeset d8d8052625fa (bug 1025183) 2014-08-01 10:27:28 +01:00
Thomas Zimmermann
a220c486c1 Bug 1046737: Use value to maintain Bluetooth bonding arrays, r=shuang
The Bluedroid code uses indices into global arrays while pairing
with devices. These arrays might get changed in between and the
indices become incorrect. The result is undefined.

The patch fixes the problem by using the value, a reply runnable,
directly for array lookups. No indices are required.

This bug was fixed in bluetooth2/ already, but not yet backported.
2014-08-01 10:26:20 +02:00
Vicamo Yang
8e487f198b Bug 1044737 - 3/3: fix NetworkStatsService::networkStatsAvailable and test cases. r=vchang 2014-08-01 15:08:42 +08:00
Vicamo Yang
ef952e758a Bug 1044737 - 2/3: remove unused bits related to 'getNetworkInterfaceStats'. r=bholley, r=vchang 2014-08-01 15:08:42 +08:00
Vicamo Yang
6f99b1ba40 Bug 1044737 - 1/3: don't use Date in nsINetworkStatsCallback::networkStatsAvailable. r=vchang 2014-08-01 15:08:41 +08:00
Boris Zbarsky
24597d460b Bug 1045743. Add support for the Promise<type> syntax to Web IDL bindings. r=khuey 2014-07-31 23:50:30 -04:00
Boris Zbarsky
54986917b5 Bug 1038399. Add a ToJSON method to Web IDL dictionaries. r=bholley 2014-07-31 23:50:19 -04:00
Yoshi Huang
aa5bb45b05 Bug 1043186 - Part 4: Add throw in MozNFCPeer. r=smaug, dimi 2014-07-29 11:36:58 +08:00
Yoshi Huang
7bb1472b96 Bug 1043186 - Part 3: return cached NFCPeer if session matches. 2014-07-25 18:03:37 +08:00
Yoshi Huang
52a632b0c0 Bug 1043186 - Part 2: onpeerlost should be fired to correct target. r=dimi 2014-07-24 18:11:42 +08:00
Yoshi Huang
711dee2366 Bug 1043186 - Part 1: Add a nsINfcPeerEventListener. r=dimi 2014-07-24 12:16:02 +08:00
Fabrice Desré
bb33b2ef42 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Ghislain 'Aus' Lacroix
2378a3f9ab bug 1046876 - Define 'Cu'. r=gwagner 2014-07-31 13:29:14 -07:00
Ryan VanderMeulen
9ff209de09 Merge b2g-inbound to m-c. a=merge 2014-07-31 15:54:07 -04:00
Fabrice Desré
ef472796d3 backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
Ryan VanderMeulen
db59fdec22 Backed out 9 changesets (bug 1016184) for frequent OSX Gip timeouts.
Backed out changeset 0893f2ef4b9a (bug 1016184)
Backed out changeset 93587ce1162b (bug 1016184)
Backed out changeset a52c9d674927 (bug 1016184)
Backed out changeset ca2fd0f41a12 (bug 1016184)
Backed out changeset 84dacf014e39 (bug 1016184)
Backed out changeset 16854e321f23 (bug 1016184)
Backed out changeset 8acd5e707c83 (bug 1016184)
Backed out changeset d0513eae0c97 (bug 1016184)
Backed out changeset 0d03cd217c64 (bug 1016184)
2014-07-31 13:29:30 -04:00
Andrew McCreight
e56118ccf6 Bug 1034912, part 2 - Remove dangerous public destructor of DeviceStorageFile. r=dhylands 2014-07-31 10:05:59 -07:00
Dave Hylands
1731af87c3 Bug 1034912, part 1 - Add fixes for B2G-specific uses of ~DeviceStorageFile. r=mccr8 2014-07-31 10:05:59 -07:00
Bobby Holley
04fff1db5b Bug 940321 - Eliminate ambient noScriptRval, and make it live exclusively on CompileOptions. r=jandem 2014-07-31 09:55:20 -07:00
Andrea Marchesini
d545a0e289 Bug 1046839 - Unnecessary double cloneInto in mozSettings, r=bholley 2014-07-31 17:46:23 +01:00
Carsten "Tomcat" Book
f37aa54930 merge mozilla-inbound to mozilla-central a=merge 2014-07-31 12:57:22 +02:00
Fabrice Desré
7f556803c8 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Ryan VanderMeulen
4aa9f2dca1 Merge inbound to m-c. a=merge 2014-07-30 17:13:20 -04:00
Ryan VanderMeulen
43862fc568 Backed out changeset aef0101ff775 (bug 1045955) for B2G reftest failures.
CLOSED TREE
2014-07-30 14:43:30 -04:00
Ting-Yu Lin
ae9df815a4 Bug 1016184 - part 3f - Fix test_paste_selection.html. r=ehsan
Thank Olli Pettay <bugs@pettay.fi> for suggesting
sendMouseEventToWindow(). This is a tremendous help!
2014-07-27 00:20:00 +02:00
Ting-Yu Lin
bb0cf549e7 Bug 1016184 - part 3c - Fix test_focus_disabled.html. r=ehsan
Move the witness down so that touch caret won't cover other elements
when witness is focused().
2014-07-27 00:16:00 +02:00
Masayuki Nakano
e9faf32160 Bug 1045978 Create InternalSVGZoomEvent class and InternalSMILTimeEvent class r=smaug 2014-07-31 02:16:57 +09:00
Jeff Gilbert
b55607e195 Bug 1045955 - Fix compositing for screen-based WebGL ShSurfs. - r=kamidphish 2014-07-30 10:03:07 -07:00
Tim Taubert
82f8203c5a Bug 1037501 - Normalize WebCrypto algorithm names as they are defined in the spec r=rbarnes 2014-07-25 16:33:03 +02:00
Nathan Froyd
d86ff9f990 Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
Alphan Chen
306c62a17c Bug 1039939 - [MTP] Enable functionality on Windows 7. r=dhylands 2014-07-30 13:49:02 +08:00
Kartikaya Gupta
28e611072c Bug 1046292 - Add a max-wait timeout to TaskThrottler to robustify against it getting stuck. r=botond 2014-07-31 09:04:34 -04:00
Carsten "Tomcat" Book
91d267f14e Merge mozilla-central to mozilla-inbound 2014-07-31 13:06:48 +02:00
Tim Taubert
ed6a9680e6 Bug 1041328 - Fix crash in CryptoKey::PrivateKeyFromPkcs8() when trying to import invalid key data r=rbarnes 2014-07-25 13:53:28 +02:00
Ben Kelly
d7fbfc4104 Bug 1045756 Test DOM interfaces exposed on worker global. r=bz 2014-07-31 21:54:44 -04:00
Ben Kelly
b23b4c98ad Bug 1025183 P4 Add tests for ScalarValueString. r=bz 2014-07-31 19:40:12 -04:00
Ben Kelly
0953af9d2d Bug 1025183 P3 Add ScalarValueString to webidl Codegen.py r=bz 2014-07-31 19:40:12 -04:00
Ben Kelly
859d17be5e Bug 1025183 P1 Add ScalarValueString to webidl parser. r=bz 2014-07-31 19:40:11 -04:00
Olli Pettay
88e21a3ada Bug 1031303 - mContext can be null when nsGlobalWindow::SetNewDocument is called, r=jst 2014-07-31 23:15:57 +03:00
Ryan VanderMeulen
ac5819a1e6 Merge m-c to inbound. a=merge 2014-07-31 16:06:22 -04:00
Benoit Girard
cd9eeed154 No bug - Remove printf in test plugin. r=jgriffin 2014-07-31 15:47:33 -04:00
Sean Lin
f3286e8c00 Bug 1000829 - getDataStores() should be able to retrieve data stores by owner. r=baku sr=jst 2014-07-17 11:53:23 +08:00
Masayuki Nakano
fa45f32afd Bug 1043182 Removed and inserted text length which are notified by CharacterDataWillChange() and CharacterDataChanged() should be converted to the length with native new lines in IMEContentObserver r=smaug 2014-07-31 13:38:01 +09:00
Masayuki Nakano
0f114f57a3 Bug 496360 part.5 Don't recompute text length of before the start range at removing multiple lines into an HTML editor r=smaug 2014-07-31 13:38:00 +09:00
Masayuki Nakano
1444a6392e Bug 496360 part.4 Don't recompute text length of before the insertion point at adding multiple lines into an HTML editor r=smaug 2014-07-31 13:38:00 +09:00
Masayuki Nakano
904646b979 Bug 496360 part.3 IMEContentObserver shouldn't dispatch SelectionChangeEvent nor PositionChangeEvent while editor handles an edit action r=smaug 2014-07-31 13:38:00 +09:00
Masayuki Nakano
e28980f056 Bug 496360 part.2 IMEContentObserver shouldn't dispatch TextChangeEvent while editor handles an edit action r=ehsan+smaug, sr=smaug 2014-07-31 13:37:59 +09:00