Commit Graph

23303 Commits

Author SHA1 Message Date
Ryan VanderMeulen
014a0b23af Merge m-c to fx-team. 2014-02-05 16:14:03 -05:00
Andrea Marchesini
5ebd1530d8 Bug 966942 - Convert nsIDOMPaymentRequestInfo to a dictionary. r=bz, r=ferjm 2014-02-05 13:11:14 -05:00
Phil Ringnalda
c078f2a99a 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
bbf3c324a1 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
80ad62d1ce 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
55fab4d8d9 Bug 962604 - Add ActorDestroy handling to CPOWs (r=mrbkap) 2014-02-05 08:39:59 -08:00
Bill McCloskey
a81cf35609 Bug 947045 - dup() child's X file descriptor in parent process (r=karl) 2014-02-05 08:37:26 -08:00
Albert Crespell
82a3be5dc7 Bug 964270 - Part 2: Update tests. r=gene 2014-01-30 21:24:40 +01:00
Albert Crespell
e7bcd95714 Bug 964270 - Part 1: Enable networkstats alarms for networks not available. r=gene 2014-02-05 12:07:01 +01:00
Yuan Xulei
6aea75ae46 Bug 957213 - Fix intermittent test_bug944397.html. r=fabrice 2014-02-05 13:11:13 -05:00
David Rajchenbach-Teller
3459858562 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
c15e175b05 Bug 964875 part 3. Define WebIDL quickstubs for ChromeWindow. r=peterv 2014-02-05 23:37:30 -05:00
Boris Zbarsky
c248437b5a 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
b58f2006a2 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
bc8fa5d9c8 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
71078c57ef Bug 964462, simplify ipc offline resource refcounting, r=mayhemer
--HG--
extra : rebase_source : 362ce98a10c25f7e3263f23736a18d2bcfb16e75
2014-02-06 16:16:41 +02:00
Ryan VanderMeulen
c38a20a8ce Merge m-c to inbound on a CLOSED TREE. 2014-02-06 16:29:41 -05:00
Ehsan Akhgari
38c067be0b Bug 968879 - Use [Pref] annotations to enable web speech interfaces; r=smaug 2014-02-06 15:00:37 -05:00
Andrea Marchesini
8e0775b1ce Bug 968883 - Don't expose the ArchiveReader and ArchiveRequest interfaces. r=bz 2014-02-06 14:57:31 -05:00
Alex Henrie
5b028ed455 Bug 968029 - Use unprefixed box-sizing in content/, dom/, layout/, and widget/. r=dbaron 2014-02-06 12:32:05 -07:00
Andrea Marchesini
15ea38b677 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
4a415b8dd7 Bug 968643 - Part 2: Remove the [PrefControlled] WebIDL annotation; r=bzbarsky 2014-02-06 13:28:35 -05:00
Ehsan Akhgari
060c5d2671 Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky 2014-02-06 13:28:14 -05:00
Andrea Marchesini
e41626ff95 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
f448244211 Merge b2g-inbound to m-c. 2014-02-04 14:43:23 -05:00
Ryan VanderMeulen
5cb638d2db 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
8bf2c8aa3b Bug 959013 - Create storage for declarative class bootstrapping information on js::Class. r=luke 2014-02-04 07:51:54 -08:00
Nicholas Nethercote
8ad98d5f7b 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
1b47f55e7d Bug 956930 - Launching an app preloading appcache throws an offline error, r=jduell+sicking 2014-02-04 01:52:57 +01:00
Bill McCloskey
1aa677b6af Bug 967228 - Avoid exception in DOMIdentity.jsm (r=MattN) 2014-02-03 15:53:03 -08:00
Kartikaya Gupta
2bd7b75fd2 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
eb3bc59eb0 Merge b2g-inbound to m-c on a CLOSED TREE. 2014-02-03 18:14:11 -05:00
Fabrice Desré
a52eee3ff2 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
95c18d66a9 Backout b1e246595663 2014-02-03 07:29:16 +01:00
Phil Ringnalda
7f4dcbf266 Merge m-i to m-c 2014-02-02 17:43:48 -08:00
Andrea Marchesini
d1131a8cd6 Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
Andrea Marchesini
6f848697a2 Bug 960945 - MozConnection should be NoInterfaceObject, r=bz 2014-02-03 16:16:27 +00:00
Boris Zbarsky
3c296f449e 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
b4b3e1de20 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
caa9fa4d60 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
9c25748c63 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
1d5269baf5 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
b5074bbbd6 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
601631da5d Bug 966169 - OfflineStatusChangeRunnable modifies busy count. r=khuey 2014-02-01 15:30:55 -08:00
Jonathan Watt
dc7188dcc2 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
cee4476a72 Merge m-c to inbound. 2014-02-01 17:22:56 -05:00
Ryan VanderMeulen
dff85250fc Merge b2g-inbound to m-c. 2014-02-01 17:22:20 -05:00
Ryan VanderMeulen
31a6a29b5a Backed out changeset ca2ab9f4ac9c (bug 950266) for suspicion of causing bug 966582. 2014-02-01 14:39:56 -05:00
Fabrice Desré
0b097b1807 Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
Albert Crespell
13b89ccff6 Bug 966175 - NetworkUtils sends wrong message to netd in setQuota function. r=vchang 2014-01-31 07:37:05 +01:00
Ryan VanderMeulen
6fe9e4ea3f Merge inbound to m-c. 2014-01-31 21:14:13 -05:00
Ryan VanderMeulen
f0d2478ab2 Merge m-c to b-i. 2014-01-31 16:56:48 -05:00
Alfredo Yang
7729a4edfc Bug 853356: gUM video prompt for Contact API prompt. r=fabrice 2014-01-31 15:40:48 -05:00
Marco Castelluccio
0f24a925f1 Bug 961468 - In _readManifests, read the manifests without checking file existence. r=fabrice 2014-01-31 13:14:17 -05:00
Carsten "Tomcat" Book
bd8f07df4d Merge mozilla-central to mozilla-inbound 2014-01-31 13:03:35 +01:00
Carsten "Tomcat" Book
f1a2c94d74 merge fx-team to mozilla-central 2014-01-31 12:52:17 +01:00
Carsten "Tomcat" Book
f4bc96a601 Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE 2014-01-31 12:11:23 +01:00
Jon Coppeard
50bf59a96c Bug 965904 - Fix some rooting hazards in the browser r=terrence 2014-01-31 09:56:40 +00:00
Jon Coppeard
ba27569312 Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz 2014-01-31 09:55:20 +00:00
Garrett Robinson
a0a4fc132b Bug 963901 - Fix variable format error. r=sstamm 2014-01-31 21:54:48 -05:00
Olli Pettay
ab4411fee4 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
f6f08af0a0 Bug 965693 - Remove annoying "Printing XUL documents is not supported" error dialog. r=roc 2014-01-29 20:40:34 -08:00
Ryan VanderMeulen
36edb17218 Merge m-c to fx-team. 2014-01-30 16:40:31 -05:00
Ryan VanderMeulen
23aef59aa2 Merge fx-team to m-c. 2014-01-30 16:23:01 -05:00
Drew Willcoxon
f49c2eb330 Bug 856595 - Fix intermittent failure in test_wheel_default_action.html. r=mikedeboer 2014-01-30 09:20:37 -08:00
Andrea Marchesini
7c745b83df Bug 964293 - Implement Cu.cloneInto() method, r=bholley 2014-01-30 04:45:48 -08:00
Carsten "Tomcat" Book
6ed80db29e Merge mozilla-central to mozilla-inbound 2014-01-30 12:08:09 +01:00
Masatoshi Kimura
02870ebbdd Bug 964964 - Remove window.pkcs11. r=bz 2014-01-30 20:00:01 +09:00
Carsten "Tomcat" Book
6d78047748 merge b2g-inbound to mozilla-central 2014-01-30 10:59:15 +01:00
Hsin-Yi Tsai
162544b956 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
502ccb79bd 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
4df3aa4450 Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz 2014-01-31 09:55:20 +00:00
Phil Ringnalda
63ca0614b6 Back out ea871fc76f16 (bug 903131) for test_aboutmemory6.xul crashes 2014-02-01 01:43:38 -08:00
Eric Rahm
d7d546ac18 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
225b0cbc1c Bug 924720 - Followup: Remove js::IsProxyClass(clasp), and use clasp->isProxy() instead. (r=jwalden) 2014-02-01 00:30:44 -08:00
Eric Faust
6635c05430 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
5bd518d6ef Bug 947487 - Part 1: Convert DOMJSClass::mBase from JSClass to js::Class. (r=bz) 2014-02-01 00:29:50 -08:00
Tim Taubert
5bbad614c9 Bug 965468 - Make LoadStartDetectionRunnable wait for loadstart r=bent 2014-01-29 12:32:50 -08:00
Eric Faust
e131d468b7 Bug 924720 - Part 8: Remove BaseProxyHandler::isOuterWindow(). (r=bholley) 2014-01-29 17:20:16 -08:00
Eric Faust
78eb6b8a3e Bug 924720 - Part 7: Move and rename OuterWindowProxyObject::class_. (r=bholley) 2014-01-29 17:20:16 -08:00
Richard Barnes
99c3d824c7 Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-01-17 14:09:38 -08:00
Jeff Walden
07c1f1a4f2 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
d91d200572 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
679ef4d260 Bug 969762 - Support non-ASCII dump() messages on Windows. r=jimm 2014-02-11 05:50:16 +09:00
Ryan VanderMeulen
d96528f975 Merge m-c to inbound. 2014-02-10 15:43:52 -05:00
Ehsan Akhgari
6af7e4ffa9 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
3bff68ce19 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
f209e98c03 Bug 969156 - Don't fire onNewGlobalObject until the end of nsGlobalWindow::SetNewDocument. r=bz 2014-02-10 10:03:56 -08:00
Nikhil Marathe
a1c134c1cb Bug 966348 - Rename Promise.cast to Promise.resolve. r=bz 2014-02-10 09:27:02 -08:00
Siddartha Pothapragada
dc061fa45e Bug 959437 - Part 2: Add NotifySendFileStatus to Chrome process. r=allstars.chh 2014-01-15 15:42:49 -08:00
Siddartha Pothapragada
213e2bb4a5 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
db2232203f 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
b1a8bf2257 Merge b2g-inbound to m-c on a CLOSED TREE. 2014-01-29 15:37:19 -05:00
Jessica Jong
f3cfdeaac5 Bug 963516 - Part 4: test cases for matchMvno(). f=edgar r=hsinyi 2014-01-28 02:45:00 +08:00
Jessica Jong
d79595d613 Bug 963516 - Part 3: ril implementation to support matchMvno(). f=edgar r=hsinyi 2014-01-28 02:22:00 +08:00
Jessica Jong
6f0f9ab2b7 Bug 963516 - Part 2: dom changes to support matchMvno(). f=hsinyi,edgar r=smaug 2014-01-28 18:58:00 +08:00
Jessica Jong
516d851d27 Bug 963516 - Part 1: interface changes to support matchMvno(). f=edgar r=hsinyi 2014-01-29 07:15:00 +08:00
Reuben Morais
dd066d6108 Bug 963274 - Allow removing contacts by ID. r=gwagner 2014-01-29 08:20:40 -05:00
Jessica Jong
1a92335312 Bug 931348 - Part 3: Use allDataDisconnected() instead of anyDataConnected(). r=hsinyi 2014-01-29 08:20:26 -05:00
Jessica Jong
277efbd18f 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
935058f756 Bug 931348 - Part 1: Split updateApnSettings() into two parts. r=vicamo 2014-01-29 08:19:55 -05:00
Dimi Lee
9f240876a9 Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang 2014-01-29 19:38:50 +08:00
Ed Morley
22c5f3a959 Merge mozilla-central and b2g-inbound 2014-01-29 10:37:41 +00:00
Ed Morley
65824f4564 Merge latest green b2g-inbound changeset and mozilla-central 2014-01-29 10:33:43 +00:00
Olli Pettay
173f386c40 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
2c39f323ee 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
90d3ebe5fd 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
931a473345 Bug 937343: Remove unchanged touches from touch event sent to RenderFrameParent r=kats 2014-01-27 17:41:12 +00:00
Henry Chang
f9681366c1 Bug 811635 - Part 6: DOM API test. r=mrbkap, r=bz 2014-01-27 11:22:15 +08:00
Henry Chang
c87ecb6359 Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang 2014-01-27 15:49:22 +08:00
Edgar Chen
404b590377 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
d9443a7dfa Bug 956284 r=khuey 2014-01-28 09:51:44 -08:00
Ryan VanderMeulen
fc156abc94 Merge inbound to m-c. 2014-01-28 16:25:05 -05:00
Gabriele Svelto
156bdefe5c Bug 963475 - Reverse the order of retrieval of message threads. r=gene 2014-01-27 19:52:11 +01:00
Albert Crespell
bc0d73a278 Bug 961162 - Fix intermittent failures in test_networkstats_service_proxy.js. r=gene 2014-01-27 13:16:01 +01:00
Carsten "Tomcat" Book
a9396c386d Merge mozilla-central to b2g-inbound 2014-01-28 14:22:14 +01:00
Carsten "Tomcat" Book
2e078c3cd2 merge b2g-inbound to mozilla-central 2014-01-28 13:46:41 +01:00
Vivien Nicolas
ee9dd904f4 Bug 964261 - Declare a widget to events created by TabParent::InjectTouchEvent. r=kats 2014-01-28 12:42:44 +01:00
Gene Lian
e001a1fb17 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
8db8554d51 Merge m-c to m-i 2014-01-27 14:32:21 -08:00
Phil Ringnalda
79956ed1bc 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
4215ebf6b5 Merge b2g-inbound to m-c. 2014-01-27 15:05:03 -05:00
Yoshi Huang
d38d1c0931 Bug 961271 - Part 2: xpcshell test case. r=vicamo 2014-01-27 18:27:18 +08:00
Yoshi Huang
39d5f6bc5b Bug 961271 - Part 1: write BCD chars. r=vicamo 2014-01-27 14:24:57 +08:00
Carsten "Tomcat" Book
af1def1473 Merge mozilla-central to b2g-inbound 2014-01-27 14:14:56 +01:00
Carsten "Tomcat" Book
b78f81597e merge b2g-inbound to mozilla-central 2014-01-27 13:13:48 +01:00
ISHIKAWA, Chiaki
288f125e6b 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
9bdd10281d Bug 952977: Convert GetTransform to gfx::Matrix4x4 r=nical 2014-01-27 10:28:47 -05:00
Edgar Chen
870b77cb5f 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"
107b6b28fd Bug 951177 - Part 2: xpcshell for removal. r=vicamo 2014-01-21 12:01:37 +01:00
"allstars.chh"
85f4ae17a4 Bug 951177 - Part 1: removal of anr and email. r=vicamo 2014-01-18 17:20:26 +01:00
Phil Ringnalda
6253dc2dfe Merge b-i to m-c 2014-01-25 19:58:13 -08:00
Vivien Nicolas
538e411ed4 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
01c2a7f857 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
cfe80e74d5 Bug 957592. Expose download API properties based on permission. r=bz 2014-01-24 11:53:05 -08:00
Michael Henretty
f09b788952 Bug 962977 - Unable to remove WAP push/SMS message from notification bar unless pressing "clear all" button or reboot device. r=gwagner 2014-01-23 14:20:31 -08:00
Michael Henretty
1a3fe57800 Bug 963130 - NotificationDB throws with missing this.byTag[origin]. r=gwagner 2014-01-23 13:19:31 -08:00
Ryan VanderMeulen
1e0482e1c1 Merge b2g-inbound to m-c. 2014-01-24 17:10:15 -05:00
Sid Stamm
842e0bd445 Bug 843311 - update CSP report-uri parsing to be spec compliant. r=grobinson 2014-01-24 10:24:08 -08:00
Andrea Marchesini
2e079d8e5b Bug 963560 - Fix compilation error on VS2013 for method called 'assert', r=bz 2014-01-24 15:45:24 +00:00
Carsten "Tomcat" Book
eeb0c3bef6 merge mozilla-central to b2g-inbound on a CLOSED TREE 2014-01-24 15:34:03 +01:00
Carsten "Tomcat" Book
7f3eb0499d Backed out changeset 235d4c57787f (bug 620935) for m13 perma-orange on a CLOSED TREE 2014-01-24 15:14:43 +01:00
Carsten "Tomcat" Book
6176b27535 Backed out changeset 691a1d12372a (bug 620935) for m13 perma orange on a CLOSED TREE 2014-01-24 15:14:17 +01:00
Jon Coppeard
68ea58c9c7 Bug 959787 - Handlify JS_Lookup* APIs r=sfink r=bz 2014-01-24 14:03:56 +00:00
Carsten "Tomcat" Book
88ae3cbcd8 merge b2g-inbound to mozilla-central 2014-01-24 13:10:54 +01:00
Mike Habicher
2e97c42a00 Bug 963142 - fix negative-rotation math error in startRecording(), r=dhylands 2014-01-23 19:10:23 -05:00
Ryan VanderMeulen
bc245978c6 Merge m-c to b2g-inbound. 2014-01-23 15:59:36 -05:00
Ryan VanderMeulen
d64c974566 Merge b2g-inbound to m-c. 2014-01-23 15:39:44 -05:00
Mike Habicher
2ea904f502 Bug 963142 - fix negative-rotation math error in takePicture(), r=dhylands 2014-01-23 15:17:58 -05:00
Ryan VanderMeulen
49c724dc8b Backed out changesets fbc3bb6c002f and 3da2b2a2899b (bug 620935) for debug B2G mochitest-13 crashes. 2014-01-23 10:09:10 -05:00
Marco Castelluccio
723240698b Bug 960837 - Use the basic receipt check introduced in bug 757226 for installations. r=fabrice 2014-01-23 09:46:20 -05:00
Doug Turner
737eaa6a5e Bug 962000 - WifiGeoPositionProvider.isPublic() is busted. r=jdm 2014-01-21 17:28:57 +08:00
Jan-Ivar Bruaroey
0683b9ca72 Bug 947665 - RTCP stats in getStats and about:webrtc. r=jesup 2014-01-21 14:00:06 -05:00
Georg Koppen
2b7c13ab2f Bug 939319 - Provide a drag-and-drop observer to allow event filtering. r=Enn 2014-01-24 08:29:47 -05:00
Carsten "Tomcat" Book
debfe3c8ac Merge mozilla-central to mozilla-inbound 2014-01-24 13:36:47 +01:00
Andrea Marchesini
53bdd2dbc1 Bug 957893 - RequireWakeLock should not crash when the param is an empty string, r=ehsan 2014-01-24 09:40:40 +00:00
Andrea Marchesini
600b388d03 Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-24 08:55:59 +00:00
Andrea Marchesini
a4194e95c9 Bug 620935 - __noSuchMethod__ support for WebIDL r=bz 2014-01-24 08:55:42 +00:00
Jon Coppeard
bfba7b5146 Bug 963167 - Convert JS_SetElement() to take HandleValue rather than MutableHandleValue r=sfink r=bz 2014-01-25 09:31:17 +00:00
Jon Coppeard
74da1a60c3 Bug 959787 - Handlify JS_Set* APIs r=terrence r=bz 2014-01-25 09:29:12 +00:00
Boris Zbarsky
b73aa237ac Bug 962605 part 1. Remove a broken attempt to disable test_hang_submit.xul. r=ted 2014-01-24 22:52:10 -05:00
Boris Zbarsky
998668c1ff Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv
I took the opportunity to move away from the NonNull<nsAString> hack
we had for string arguments, since just passing in a
FakeDependentString works fine and callees are now less likely to
declare their arg as being of that type.

In the process of doing that, I ran into what looks like a substantive
bug in the "owning union with string default value" case: We were
doing mValue.mString.Value() without ever having constructed
mValue.mString!
2014-01-22 14:37:10 -05:00
Boris Zbarsky
bd16624e1c Bug 958576 part 1. Create a binding_detail namespace and move AutoSequence to it. r=peterv
Note that we can't name this namespace "detail", because then we'd
have both ::mozilla::detail and ::mozilla::dom::detail namespaces in
the tree and various template name lookups that look for "detail::Foo"
would get confused, and the code would not compile.  C++ strikes
again.
2014-01-22 14:37:10 -05:00
Nathan Froyd
d906a1c5d9 Bug 961793 - unregister observers in BrowserElementPanning.js at global unload; r=fabrice 2014-01-22 16:55:42 -05:00
Jan-Ivar Bruaroey
0a07322d17 Bug 961802: Plugged leak in getUserMedia Denied code-path. r=jesup 2014-01-22 16:43:34 -05:00
Carsten "Tomcat" Book
24578956df Merge mozilla-central to mozilla-inbound 2014-01-23 11:29:03 +01:00
Andrea Marchesini
f4da7ac2d5 Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-23 09:25:41 +00:00
Andrea Marchesini
ea89037a83 Bug 620935 - __noSuchMethod__ support for WebIDL r=bz 2014-01-23 09:25:04 +00:00
Carsten "Tomcat" Book
8d3a7df7a7 merge b2g-inbound to mozilla-central 2014-01-23 10:20:58 +01:00
Ehsan Akhgari
21279ba34c Bug 289384 - Run the native key binding handlers from nsEditorEventListener; r=Neil,masayuki 2014-01-22 22:18:51 -05:00
Ben Tian
c5682cb766 Bug 921999 - Bluetooth Device connection status in Settings is incorrect if remote headset restores connection, r=gyeh 2014-01-23 10:46:45 +08:00
Ryan VanderMeulen
204faff6ea Merge m-c to b2g-inbound. 2014-01-22 15:56:42 -05:00
Ryan VanderMeulen
115fb3f090 Merge inbound to m-c. 2014-01-22 15:15:22 -05:00
Masatoshi Kimura
3d9b1531fe Bug 951028 - Fix NTFS permissions when a file is moved to a different directory. r=yoric,bbondy 2014-01-23 02:33:48 +09:00
Kai-Zhen Li
edc1b0b4b1 Bug 961485 - Handle IFNAME of wifi command for gonk-kk. r=fabrice, r=vchang 2014-01-22 12:06:58 +08:00
Wes Kocher
75665b3d7f Backed out 2 changesets (bug 958576) for osx 10.8 m-oth bustage on a CLOSED TREE
Backed out changeset 2ec09c9a9df1 (bug 958576)
Backed out changeset 49bec226f30e (bug 958576)
2014-01-22 16:17:25 -08:00
Myk Melez
1a2ea0a512 Bug 958356 - rename packageName to unambiguous name in app objects; r=wesj, fabrice
--HG--
extra : rebase_source : abde2ac924fd8265319f1ffa386f0447518fc46d
2014-01-22 13:09:47 -08:00
Ryan VanderMeulen
1ac93c7ad5 Merge m-c to inbound. 2014-01-22 15:55:49 -05:00
Bill McCloskey
5b9e37d8cf Bug 938904 - [e10s] Make tooltips work (r=smaug,enn) 2014-01-22 12:27:23 -08:00
Ben Tian
ab82c431da Bug 957949 - [HFP] Add B2G common bluedroid config file, r=echou 2014-01-15 11:50:27 +08:00
Hsin-Yi Tsai
c6dc071a93 Bug 962447 - [fugu][b2g] should getFailCauseCode() even the connection hasn't been established. r=vicamo 2014-01-23 13:58:30 +08:00
Fabrice Desré
5a5fa6d369 Bug 950266 - Re-enable the Nuwa process on B2G by default r=me 2014-01-14 16:00:25 -08:00
Fabrice Desré
65f78f8da3 Bug 963268 - Optimize snapshot usage by using willReadFrequently r=snorp 2014-02-03 15:51:00 -08:00
Fabrice Desré
7d09516b33 Bug 964087 - Display the correct name for Nuwa processes r=khuey 2014-02-03 10:58:11 -08:00
Fabrice Desré
89b53518cc Bug 950266 - Re-enable the Nuwa process on B2G by default r=me 2014-01-14 16:00:25 -08:00
Boris Zbarsky
3146ee0f7a Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv
I took the opportunity to move away from the NonNull<nsAString> hack
we had for string arguments, since just passing in a
FakeDependentString works fine and callees are now less likely to
declare their arg as being of that type.

In the process of doing that, I ran into what looks like a substantive
bug in the "owning union with string default value" case: We were
doing mValue.mString.Value() without ever having constructed
mValue.mString!
2014-01-22 14:37:10 -05:00
Boris Zbarsky
5052fd5d63 Bug 958576 part 1. Create a binding_detail namespace and move AutoSequence to it. r=peterv
Note that we can't name this namespace "detail", because then we'd
have both ::mozilla::detail and ::mozilla::dom::detail namespaces in
the tree and various template name lookups that look for "detail::Foo"
would get confused, and the code would not compile.  C++ strikes
again.
2014-01-22 14:37:10 -05:00
Henry Chang
918822095e Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang 2014-01-14 18:23:42 +08:00
Henry Chang
3884fca148 Bug 811635 - Part 3: Add wifip2p-pairing-request system message. r=vchang 2014-01-14 18:16:57 +08:00
Henry Chang
dad3338b91 Bug 811635 - Part 2: Implementation of WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang 2014-01-27 15:48:10 +08:00
Henry Chang
8c2aecb2df Bug 811635 - Part 1: WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang, sr=mrbkap 2014-01-28 15:47:51 +08:00
Shih-Chiang Chien
f4f7d87557 Bug 950317 - enable WebRTC mochitest on b2g emulator. r=jesup,vicamo,jsmith. 2014-01-10 19:39:18 +08:00
Albert Crespell
551b2f9f0d Bug 962496 - Intermittent test_networkstats_db.js test failed. r=gene 2014-01-22 11:36:51 +01:00
Carsten "Tomcat" Book
051714c230 Backed out changeset 786d44e03d8b (bug 957592) for static rooting hazard bustage on a CLOSED TREE 2014-01-23 14:22:24 +01:00
Carsten "Tomcat" Book
e534f50447 Merge mozilla-central to b2g-inbound 2014-01-23 11:35:53 +01:00
Jessica Jong
8f83a592bd Bug 952374 - [Fugu] data connectivity lost after left idle. r=hsinyi 2014-01-23 17:05:04 +08:00
Jessica Jong
385525197b Bug 960961 - Part 3: add logs for setup/deactivate data call. r=vicamo 2014-01-23 16:44:49 +08:00
Jessica Jong
dfc81a21d6 Bug 960961 - Part 2: remove ril logs or wrap them with DEBUG flag. r=vicamo 2014-01-23 16:44:20 +08:00
Jessica Jong
52a7ec9e15 Bug 960961 - Part 1: add back some function names in ril_worker. r=vicamo
This reverts "Bug 934125 - 3.a/3: correct ril_worker 'RIL[FOO] = function FOO()' as well."
2014-01-23 16:43:14 +08:00
Ghislain 'Aus' Lacroix
4f6566a543 Bug 957592 - Expose download API properties based on permission. r=bz 2014-01-22 11:51:13 -08:00