Dimi Lee
56d196b3a5
Bug 959109 - B2G NFC: Disable NFC when screen is off. r=allstars.chh
2014-01-28 12:14:19 +08:00
Hsin-Yi Tsai
1de4a4cfad
Bug 943275 - correct test_conference.js. r=aknow
2014-01-30 01:34:25 +08:00
Ryan VanderMeulen
551fc78a2e
Merge b2g-inbound to m-c.
2014-02-06 16:28:14 -05:00
Andrea Marchesini
b859277a7b
Bug 949946 - unique SharedWorker key composed by name and spec, r=bent
2014-02-06 14:39:10 +00:00
Ben Turner
6ea7697b78
Backout bug 956218 for build error
2014-02-06 15:19:08 +01:00
Ehsan Akhgari
f54316ca85
Bug 968479 - Remove the media.webaudio.enabled pref; r=roc
...
--HG--
extra : rebase_source : 3618cb3097aa99a79a06af016bf6b3a3c6f77208
2014-02-06 08:36:46 -05:00
Garner Lee
8610fd38f5
Bug 964186 - Rename MozNdefRecord to MozNDEFRecord. r=smaug, sr=sicking
...
--HG--
rename : dom/nfc/MozNdefRecord.cpp => dom/nfc/MozNDEFRecord.cpp
rename : dom/nfc/MozNdefRecord.h => dom/nfc/MozNDEFRecord.h
rename : dom/webidl/MozNdefRecord.webidl => dom/webidl/MozNDEFRecord.webidl
2014-01-28 16:20:17 -08:00
Thomas Zimmermann
1e6a5b445b
Bug 964817: Invoke DBus send operations on I/O thread, r=echou
...
Currently, the DBus connection for Bluetooth is shared between the
main thread and the I/O thread. This causes race conditions when
starting or stopping Bluetooth.
This patch moves all occurences of main-thread-invoked DBus send
operations to the I/O thread. This is mostly refactoring. Internally,
send operations are already executed on the main thread, so there is
no change in the over all logic of these methods.
2014-02-06 13:44:46 +01:00
Carsten "Tomcat" Book
ed8cd1ccdf
Merge mozilla-central to b2g-inbound
2014-02-06 13:29:58 +01:00
Carsten "Tomcat" Book
5c1b7c4a12
merge b2g-inbound to mozilla-central
2014-02-06 13:17:08 +01:00
Carsten "Tomcat" Book
58429da813
merge fx-team to mozilla-central
2014-02-06 12:51:21 +01:00
Gregor Wagner
4cfb7b5a1e
Bug 966899 - Rocketbar is not enabled after OTA update. Bump settingsDB version to read settins.json. r=bent
2014-02-06 10:27:04 +01:00
Vicamo Yang
f6b7ea738a
Bug 968063: fix missed right parenthesis in nsNfc.js. r=fabrice
2014-02-06 10:35:32 +08:00
Jed Davis
63e963e3f3
Bug 967967: Record that children of Nuwa start with full privileges. r=khuey
...
Otherwise, the fix for bug 921817 assumes that they've already dropped
permissions and enables system call sandboxing too early.
2014-02-05 15:41:43 -08:00
Ryan VanderMeulen
76412a3cd2
Merge b2g-inbound to m-c.
2014-02-05 15:47:36 -05:00
Ryan VanderMeulen
84cac0677c
Merge m-c to fx-team.
2014-02-05 16:14:03 -05:00
Andrea Marchesini
379b476670
Bug 966942 - Convert nsIDOMPaymentRequestInfo to a dictionary. r=bz, r=ferjm
2014-02-05 13:11:14 -05:00
Phil Ringnalda
d8055d939b
Backed out 2 changesets (bug 964200) for build bustage
...
CLOSED TREE
Backed out changeset 7dbe53176a38 (bug 964200)
Backed out changeset 19993e76f4a0 (bug 964200)
2014-02-05 09:19:08 -08:00
Robert Longson
416ccd6e52
Bug 964200 (Part 4 misc and tests) - Implement Filter Effects Module feDropShadow filter. r=hsivonen
2014-02-05 16:48:27 +00:00
Robert Longson
649aa6ceee
Bug 964200 (Part 3 main) - Implement Filter Effects Module feDropShadow filter. r=mstange
...
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-05 16:46:47 +00:00
Bill McCloskey
9fdb4bef1f
Bug 962604 - Add ActorDestroy handling to CPOWs (r=mrbkap)
2014-02-05 08:39:59 -08:00
Bill McCloskey
16e215ceff
Bug 947045 - dup() child's X file descriptor in parent process (r=karl)
2014-02-05 08:37:26 -08:00
Albert Crespell
8e7a6f5cf9
Bug 964270 - Part 2: Update tests. r=gene
2014-01-30 21:24:40 +01:00
Albert Crespell
fc786c933c
Bug 964270 - Part 1: Enable networkstats alarms for networks not available. r=gene
2014-02-05 12:07:01 +01:00
Yuan Xulei
04a0c7b2c9
Bug 957213 - Fix intermittent test_bug944397.html. r=fabrice
2014-02-05 13:11:13 -05:00
David Rajchenbach-Teller
a953c93e53
Bug 952335 - Provide the full path for OS.Constants.Path.libxul on OSX. r=mossop
2014-02-05 13:29:51 -05:00
Boris Zbarsky
eeb237d028
Bug 964875 part 3. Define WebIDL quickstubs for ChromeWindow. r=peterv
2014-02-05 23:37:30 -05:00
Boris Zbarsky
21aad0242d
Bug 964875 part 2. Add a static nsGlobalWindow::IsChromeWindow test function for use in Func annotations. r=peterv
2014-02-05 23:36:59 -05:00
Boris Zbarsky
a756bb64f1
Bug 964875 part 1. Add a WebIDL ChromeWindow interface for use in instanceof once Window is on WebIDL bindings. r=peterv
2014-02-05 23:36:57 -05:00
Rick Eyre
61f508e510
Bug 881976 - Part 2: Expose TextTrackList's MediaElement to chrome JS. r=rillian, r=bz
...
Our JS WebVTT implementation (vtt.js) needs access to a TextTrackList's
MediaElement in order to compute a TextTrackCue's line position. Therefore,
we need to expose it to chrome JS.
2014-01-27 14:51:28 -05:00
Olli Pettay
7bba9e8fa0
Bug 964462, simplify ipc offline resource refcounting, r=mayhemer
...
--HG--
extra : rebase_source : 362ce98a10c25f7e3263f23736a18d2bcfb16e75
2014-02-06 16:16:41 +02:00
Ryan VanderMeulen
4fb42adba3
Merge m-c to inbound on a CLOSED TREE.
2014-02-06 16:29:41 -05:00
Ehsan Akhgari
39adaff9ec
Bug 968879 - Use [Pref] annotations to enable web speech interfaces; r=smaug
2014-02-06 15:00:37 -05:00
Andrea Marchesini
73ab69e0e3
Bug 968883 - Don't expose the ArchiveReader and ArchiveRequest interfaces. r=bz
2014-02-06 14:57:31 -05:00
Alex Henrie
13975faf63
Bug 968029 - Use unprefixed box-sizing in content/, dom/, layout/, and widget/. r=dbaron
2014-02-06 12:32:05 -07:00
Andrea Marchesini
be07f46d64
Bug 958642 - MozActivity must fire an error when the selected app is killed, r=fabrice
2014-02-06 19:55:20 +00:00
Ehsan Akhgari
17afb3cc47
Bug 968643 - Part 2: Remove the [PrefControlled] WebIDL annotation; r=bzbarsky
2014-02-06 13:28:35 -05:00
Ehsan Akhgari
0fcd2af628
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
2014-02-06 13:28:14 -05:00
Andrea Marchesini
9f15cd31a6
Bug 967414 - Enable DataStore API in B2G for certified apps only by default, r=bz
2014-02-06 17:44:03 +00:00
Ryan VanderMeulen
7196939775
Merge b2g-inbound to m-c.
2014-02-04 14:43:23 -05:00
Ryan VanderMeulen
e23893095e
Bug 932350 et al - Disable dom-level* test suite for intermittent failures on multiple platforms.
...
CLOSED TREE
2014-02-04 11:38:16 -05:00
Bobby Holley
9e65275dc6
Bug 959013 - Create storage for declarative class bootstrapping information on js::Class. r=luke
2014-02-04 07:51:54 -08:00
Nicholas Nethercote
e8da47d480
Bug 964238 (part 1) - Remove JSStableString and StableTwoByteChars. r=terrence.
...
--HG--
extra : rebase_source : 1859ce0b42661494fa13628551359a5a5d5663c0
2014-01-30 14:58:53 -08:00
Honza Bambas
e9a11b99f8
Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking
2014-02-04 01:52:57 +01:00
Bill McCloskey
65a1853724
Bug 967228 - Avoid exception in DOMIdentity.jsm (r=MattN)
2014-02-03 15:53:03 -08:00
Kartikaya Gupta
3c76d5ff2b
Bug 845690 - Print a warning for developers if we apply our implicit backwards-compatible meta-viewport tag. r=ehsan,f=vingtetun
2014-02-03 18:22:09 -05:00
Ryan VanderMeulen
d2cf1131c7
Merge b2g-inbound to m-c on a CLOSED TREE.
2014-02-03 18:14:11 -05:00
Fabrice Desré
9a9349ce2f
Bug 959941 - [B2G][Marketplace] Launching Candy Crush will open into the file system menu r=ferjm
2014-02-03 07:58:33 -08:00
Gregor Wagner
cb0bbf496a
Backout b1e246595663
2014-02-03 07:29:16 +01:00
Phil Ringnalda
e4780f4d1d
Merge m-i to m-c
2014-02-02 17:43:48 -08:00
Andrea Marchesini
0991ae3875
Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan
2014-02-03 16:48:38 +00:00
Andrea Marchesini
576438474b
Bug 960945 - MozConnection should be NoInterfaceObject, r=bz
2014-02-03 16:16:27 +00:00
Boris Zbarsky
264a2cc7b2
Bug 966665. Don't DCE DOM method calls and getters that can throw exceptions. r=jandem
2014-02-03 11:04:06 -05:00
Boris Zbarsky
5d6910fbb0
Bug 966710. Flag document.getElementsByTagNameNS as being able to throw, since it can. r=smaug
2014-02-03 11:03:54 -05:00
Andrew McCreight
8d7a3da3fe
Bug 965916 - Do an extra GC on memory pressure if it would be productive. r=smaug
2014-02-03 07:31:11 -08:00
Nicholas Nethercote
90b8a00e9d
Bug 903131 - Add save GC/CC logs buttons to about:memory. r=njn,mccr8.
...
--HG--
extra : rebase_source : 56af9b89675394b5a219f699b96c1d26c00adc38
2014-01-31 14:43:08 -08:00
Kyle Huey
f141384649
Bug 958011: Fix worker object cycle collection to not rely on the JSObject being finalized, which is a bogus assumption. r=bent,mccr8
2014-02-02 10:08:50 -08:00
Kyle Huey
13bc0f5963
Bug 966466: Rename thisObj to thisObjPtr so people will know what to pass in. r=bz
2014-02-02 10:08:46 -08:00
Nikhil Marathe
94ea93cdb3
Bug 966169 - OfflineStatusChangeRunnable modifies busy count. r=khuey
2014-02-01 15:30:55 -08:00
Jonathan Watt
a47685084f
Bug 827161, part 2 - Implement HTML 5's ValidityState.badInput and implement the state for HTMLInputElement's number type. r=smaug
2014-01-30 12:54:12 +00:00
Ryan VanderMeulen
2a828dc50d
Merge m-c to inbound.
2014-02-01 17:22:56 -05:00
Ryan VanderMeulen
29be9956f3
Merge b2g-inbound to m-c.
2014-02-01 17:22:20 -05:00
Ryan VanderMeulen
7e6b2fe808
Backed out changeset ca2ab9f4ac9c (bug 950266) for suspicion of causing bug 966582.
2014-02-01 14:39:56 -05:00
Fabrice Desré
da7e46af81
Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku
2014-02-01 11:06:59 -08:00
Albert Crespell
59401f1bda
Bug 966175 - NetworkUtils sends wrong message to netd in setQuota function. r=vchang
2014-01-31 07:37:05 +01:00
Ryan VanderMeulen
258f1cdb33
Merge inbound to m-c.
2014-01-31 21:14:13 -05:00
Ryan VanderMeulen
a2e10ee5d1
Merge m-c to b-i.
2014-01-31 16:56:48 -05:00
Alfredo Yang
22ba01b127
Bug 853356: gUM video prompt for Contact API prompt. r=fabrice
2014-01-31 15:40:48 -05:00
Marco Castelluccio
ae14f0c452
Bug 961468 - In _readManifests, read the manifests without checking file existence. r=fabrice
2014-01-31 13:14:17 -05:00
Carsten "Tomcat" Book
7b51e1c868
Merge mozilla-central to mozilla-inbound
2014-01-31 13:03:35 +01:00
Carsten "Tomcat" Book
427a27f08b
merge fx-team to mozilla-central
2014-01-31 12:52:17 +01:00
Carsten "Tomcat" Book
2a6caad1f0
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
2014-01-31 12:11:23 +01:00
Jon Coppeard
20b4926e22
Bug 965904 - Fix some rooting hazards in the browser r=terrence
2014-01-31 09:56:40 +00:00
Jon Coppeard
858370c616
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
2014-01-31 09:55:20 +00:00
Garrett Robinson
9d7ec4b281
Bug 963901 - Fix variable format error. r=sstamm
2014-01-31 21:54:48 -05:00
Olli Pettay
d4a55513b7
Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout
...
--HG--
extra : rebase_source : 6f6de1cbf54670d63b74c44ca0134ed9c5354d2b
2014-01-30 21:35:44 -08:00
Chris Peterson
91f7b1bbc7
Bug 965693 - Remove annoying "Printing XUL documents is not supported" error dialog. r=roc
2014-01-29 20:40:34 -08:00
Ryan VanderMeulen
646caf3be2
Merge m-c to fx-team.
2014-01-30 16:40:31 -05:00
Ryan VanderMeulen
51a0bb8010
Merge fx-team to m-c.
2014-01-30 16:23:01 -05:00
Drew Willcoxon
7a78d7b217
Bug 856595 - Fix intermittent failure in test_wheel_default_action.html. r=mikedeboer
2014-01-30 09:20:37 -08:00
Andrea Marchesini
7184ae68ee
Bug 964293 - Implement Cu.cloneInto() method, r=bholley
2014-01-30 04:45:48 -08:00
Carsten "Tomcat" Book
d3f7661bdc
Merge mozilla-central to mozilla-inbound
2014-01-30 12:08:09 +01:00
Masatoshi Kimura
b2599eeeaf
Bug 964964 - Remove window.pkcs11. r=bz
2014-01-30 20:00:01 +09:00
Carsten "Tomcat" Book
5260c42d61
merge b2g-inbound to mozilla-central
2014-01-30 10:59:15 +01:00
Hsin-Yi Tsai
d1def5ca7f
Bug 963813 - make sure no another outgoing call when there's already one. r=aknow
2014-01-29 14:27:22 +08:00
Kyle Huey
f105033d5c
Bug 965498 - Don't lose an already_AddRefed<T> and leak blobs in bluetooth. r=qdot
2014-01-29 17:03:51 -05:00
Jon Coppeard
50e1f34d5a
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
2014-01-31 09:55:20 +00:00
Phil Ringnalda
808b00705b
Back out ea871fc76f16 (bug 903131) for test_aboutmemory6.xul crashes
2014-02-01 01:43:38 -08:00
Eric Rahm
1f07d87838
Bug 903131 - Add save GC/CC logs buttons to about:memory. r=njn,mccr8.
...
- Added buttons, JS to trigger logs to be generated.
- Added out params to return log paths.
- Added attributes to cycle collector interface to export log paths.
--HG--
extra : rebase_source : cbce2c62b577c820fd099706d72ab7b20992a00a
2014-01-31 14:43:08 -08:00
Eric Faust
0c400f38e9
Bug 924720 - Followup: Remove js::IsProxyClass(clasp), and use clasp->isProxy() instead. (r=jwalden)
2014-02-01 00:30:44 -08:00
Eric Faust
9a5e3c40b9
Bug 947487 - Part 2: Generate and use js::Class structs for DOM proxies. (r=bz)
2014-02-01 00:29:52 -08:00
Eric Faust
abe21d7dd4
Bug 947487 - Part 1: Convert DOMJSClass::mBase from JSClass to js::Class. (r=bz)
2014-02-01 00:29:50 -08:00
Tim Taubert
423f6f24e5
Bug 965468 - Make LoadStartDetectionRunnable wait for loadstart r=bent
2014-01-29 12:32:50 -08:00
Eric Faust
2ae17ed581
Bug 924720 - Part 8: Remove BaseProxyHandler::isOuterWindow(). (r=bholley)
2014-01-29 17:20:16 -08:00
Eric Faust
c41d46714f
Bug 924720 - Part 7: Move and rename OuterWindowProxyObject::class_. (r=bholley)
2014-01-29 17:20:16 -08:00
Richard Barnes
00ef0132bd
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-01-17 14:09:38 -08:00
Jeff Walden
f356b9014d
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in dom/. r=bent
...
--HG--
extra : rebase_source : 7cf60c3e3091328ab8590dde4432fa566c303232
2014-02-06 22:17:07 -08:00
Ehsan Akhgari
b870bb3fe9
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Masatoshi Kimura
84b0ee5c63
Bug 969762 - Support non-ASCII dump() messages on Windows. r=jimm
2014-02-11 05:50:16 +09:00
Ryan VanderMeulen
7c4efd7351
Merge m-c to inbound.
2014-02-10 15:43:52 -05:00
Ehsan Akhgari
72c9eba8bd
Bug 966552 - Ensure that we pick the editor XBL window key handler for designMode documents no matter where the focus is; r=Neil
2014-02-10 14:55:01 -05:00
Olli Pettay
8e0e3d9149
Bug 969671 - Warn about use of sync XHR in the main thread, r=sicking/ehsan
...
--HG--
extra : rebase_source : 4af00da28a4e8b6cc1209d9a5e098d9914286deb
2014-02-10 20:35:25 +02:00
Bobby Holley
983a6bbd24
Bug 969156 - Don't fire onNewGlobalObject until the end of nsGlobalWindow::SetNewDocument. r=bz
2014-02-10 10:03:56 -08:00
Nikhil Marathe
dee9164b47
Bug 966348 - Rename Promise.cast to Promise.resolve. r=bz
2014-02-10 09:27:02 -08:00
Siddartha Pothapragada
b60037e1a0
Bug 959437 - Part 2: Add NotifySendFileStatus to Chrome process. r=allstars.chh
2014-01-15 15:42:49 -08:00
Siddartha Pothapragada
690087025e
Bug 959437 - Part 1: Add new interfaces 'notifyUserAcceptedP2P' and 'notifySendFileStatus' to MozNfcManager DOM. r+sr=smaug
2014-01-17 18:38:26 -08:00
Reuben Morais
6c292cbbfc
Bug 955906 - Use app origin instead of manifest URL to get the app principal. r=sicking
2014-01-29 17:03:50 -05:00
Ryan VanderMeulen
c578705bd5
Merge b2g-inbound to m-c on a CLOSED TREE.
2014-01-29 15:37:19 -05:00
Jessica Jong
c541655a7e
Bug 963516 - Part 4: test cases for matchMvno(). f=edgar r=hsinyi
2014-01-28 02:45:00 +08:00
Jessica Jong
4e3192aebf
Bug 963516 - Part 3: ril implementation to support matchMvno(). f=edgar r=hsinyi
2014-01-28 02:22:00 +08:00
Jessica Jong
c66cac049c
Bug 963516 - Part 2: dom changes to support matchMvno(). f=hsinyi,edgar r=smaug
2014-01-28 18:58:00 +08:00
Jessica Jong
ec7899f959
Bug 963516 - Part 1: interface changes to support matchMvno(). f=edgar r=hsinyi
2014-01-29 07:15:00 +08:00
Reuben Morais
8428c6980b
Bug 963274 - Allow removing contacts by ID. r=gwagner
2014-01-29 08:20:40 -05:00
Jessica Jong
2383031d54
Bug 931348 - Part 3: Use allDataDisconnected() instead of anyDataConnected(). r=hsinyi
2014-01-29 08:20:26 -05:00
Jessica Jong
dc4a79e37d
Bug 931348 - Part 2: Defer setup of apn settings after data calls are cleared. r=vicamo
2014-01-29 08:20:10 -05:00
Jessica Jong
83d397aeb8
Bug 931348 - Part 1: Split updateApnSettings() into two parts. r=vicamo
2014-01-29 08:19:55 -05:00
Dimi Lee
6421638467
Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang
2014-01-29 19:38:50 +08:00
Ed Morley
93a6bced8e
Merge mozilla-central and b2g-inbound
2014-01-29 10:37:41 +00:00
Ed Morley
54d76ad687
Merge latest green b2g-inbound changeset and mozilla-central
2014-01-29 10:33:43 +00:00
Olli Pettay
11135ed6c2
Bug 959585, clear capturing content before entering modal state, r=mrbkap, f=enn
...
--HG--
extra : rebase_source : 31d6fa26fbabd6cdded638fa24d946f9f9d97a13
2014-01-28 09:15:47 -08:00
Nikhil Marathe
fcd51ca0c7
Bug 945766 - DOM Promise should pass Promise/A+ tests. r=bz
...
--HG--
extra : rebase_source : efd56968e490fcde3ede6535002864104511a1d1
2014-01-28 10:14:57 -08:00
Doug Sherk
c1c1d9edfb
Bug 937343: Use out event instead of immutable event for wheel events in TabParent r=kats
2014-01-27 18:03:30 +00:00
Doug Sherk
e0178c02c2
Bug 937343: Remove unchanged touches from touch event sent to RenderFrameParent r=kats
2014-01-27 17:41:12 +00:00
Henry Chang
1a62da2aa8
Bug 811635 - Part 6: DOM API test. r=mrbkap, r=bz
2014-01-27 11:22:15 +08:00
Henry Chang
5b48662edd
Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang
2014-01-27 15:49:22 +08:00
Edgar Chen
6b02c1bcd8
Bug 962522 - Part 2: Refactor test_mobile_{voice|data}_state.js and add more tests for data roaming status. r=hsinyi
2014-01-24 16:44:11 +08:00
Tim Taubert
a2fa5bc1ec
Bug 956284 r=khuey
2014-01-28 09:51:44 -08:00
Ryan VanderMeulen
56ad345355
Merge inbound to m-c.
2014-01-28 16:25:05 -05:00
Gabriele Svelto
0f757875f4
Bug 963475 - Reverse the order of retrieval of message threads. r=gene
2014-01-27 19:52:11 +01:00
Albert Crespell
ce258372f8
Bug 961162 - Fix intermittent failures in test_networkstats_service_proxy.js. r=gene
2014-01-27 13:16:01 +01:00
Carsten "Tomcat" Book
0b17348948
Merge mozilla-central to b2g-inbound
2014-01-28 14:22:14 +01:00
Carsten "Tomcat" Book
3533aa143d
merge b2g-inbound to mozilla-central
2014-01-28 13:46:41 +01:00
Vivien Nicolas
36ecc0bc3e
Bug 964261 - Declare a widget to events created by TabParent::InjectTouchEvent. r=kats
2014-01-28 12:42:44 +01:00
Gene Lian
21b583875d
Bug 945647 - [DSDS][MMS] When change primary outgoing data SIM during MMS attachment downloading, it should stop downloading process. r=vicamo,bevis a=v1.3+
2014-01-27 11:22:18 +08:00
Phil Ringnalda
6f515a52e6
Merge m-c to m-i
2014-01-27 14:32:21 -08:00
Phil Ringnalda
4da801d632
Bug 962029 - Skip test_bug746272-2.html because it depends on where the mochitest chunks are split
2014-01-27 14:28:37 -08:00
Ryan VanderMeulen
c35da6fdf3
Merge b2g-inbound to m-c.
2014-01-27 15:05:03 -05:00
Yoshi Huang
c4610d83ff
Bug 961271 - Part 2: xpcshell test case. r=vicamo
2014-01-27 18:27:18 +08:00
Yoshi Huang
f8a9196aaa
Bug 961271 - Part 1: write BCD chars. r=vicamo
2014-01-27 14:24:57 +08:00
Carsten "Tomcat" Book
787e70a3f8
Merge mozilla-central to b2g-inbound
2014-01-27 14:14:56 +01:00
Carsten "Tomcat" Book
6257b4147f
merge b2g-inbound to mozilla-central
2014-01-27 13:13:48 +01:00
ISHIKAWA, Chiaki
9af64fcc37
Bug 963544 - Do not use NS_ENSURE_TRUE() in a few places and instead expand it to reduce WARNING messages. r=khuey
2014-01-27 15:40:50 -05:00
David Zbarsky
44eeb608e1
Bug 952977: Convert GetTransform to gfx::Matrix4x4 r=nical
2014-01-27 10:28:47 -05:00
Edgar Chen
76fbe0238b
Bug 962522 - Part 1: Fix the JavaScript error thrown in checkRoamingBetweenOperators() when the operator information is not available. r=hsinyi
2014-01-23 17:28:24 +08:00
"allstars.chh"
3d4501950c
Bug 951177 - Part 2: xpcshell for removal. r=vicamo
2014-01-21 12:01:37 +01:00
"allstars.chh"
9fb367deec
Bug 951177 - Part 1: removal of anr and email. r=vicamo
2014-01-18 17:20:26 +01:00
Phil Ringnalda
8f94344945
Merge b-i to m-c
2014-01-25 19:58:13 -08:00
Vivien Nicolas
2d11763be6
Bug 963553 - Prevent IndexedDBHelper.jsm to throw an error if there is no callbacks. r=anygregor
2014-01-25 16:13:04 +01:00
Myk Melez
11af04fdf3
bug 962858 - bypass native installation during automated tests; r=mfinkle,fabrice
...
--HG--
extra : rebase_source : bf4a585b4f7bee784d36a7338ba1f592bdedae94
2014-01-24 20:51:30 -08:00
Ghislain 'Aus' Lacroix
dd08be1bd2
Bug 957592. Expose download API properties based on permission. r=bz
2014-01-24 11:53:05 -08:00