Ryan VanderMeulen
bd5a82a7e9
Merge b2g-inbound to m-c.
2014-03-26 20:46:47 -04:00
Dave Townsend
88c1b2b98c
Bug 986639: Use the __URI__ property of component and module globals to detect which add-on they come from. r=fitzgen
2014-03-26 16:04:20 -07:00
Dave Townsend
b3b0f4e5aa
Bug 986108: Make all restartless add-ons debuggable. r=Unfocused, r=fitzgen
2014-03-26 16:03:57 -07:00
Kevin Grandon
86687ab8e4
Bug 967516 - Set default preference for test. r=ochameau
2014-03-26 12:52:07 -04:00
Kathleen Brade
41a137bf48
Bug 962314 - Create nsIXULAppinfo.processID for obtaining Firefox PID; r=bsmedberg
...
--HG--
extra : rebase_source : 36536f7ed561dda55bc067a4d0d9ddef790bed17
2014-03-26 11:55:22 -04:00
Carsten "Tomcat" Book
87351c1f33
Backed out changeset 81f230994acd (bug 980502) for hopefully fixing gi tests
2014-03-26 11:09:34 +01:00
Wes Kocher
aee750fb50
Merge fx-team to m-c
2014-03-25 20:03:13 -07:00
David Keeler
e31dcef1a9
Backed out changeset d9e136a02980 (bug 986171) for build bustage r=backout
2014-03-25 14:02:42 -07:00
David Keeler
c10761fd5d
bug 986171 - mozilla::pkix: telemetry for what cert validation library is in use r=cviecco
2014-03-25 13:43:01 -07:00
Jordan Santell
113ef2d8ed
Bug 911098 - Implement Addon Debugger UI, r=fitzgen,harthur,mossop
...
From 8af4148dc10f18bf67e39442ee93169cb66382d5 Mon Sep 17 00:00:00 2001
---
browser/devtools/debugger/debugger-controller.js | 36 ++++++-
browser/devtools/debugger/debugger-panes.js | 17 +++-
browser/devtools/debugger/test/browser.ini | 1 +
.../debugger/test/browser_dbg_addon-sources.js | 108 ++++++++++++++++++++
browser/devtools/debugger/test/head.js | 29 ++++++
browser/devtools/framework/ToolboxProcess.jsm | 31 ++++--
.../devtools/framework/toolbox-process-window.js | 18 +++-
modules/libpref/src/init/all.js | 3 +
.../en-US/chrome/mozapps/extensions/extensions.dtd | 1 +
toolkit/mozapps/extensions/content/extensions.js | 55 +++++++---
toolkit/mozapps/extensions/content/extensions.xml | 31 +++++-
toolkit/mozapps/extensions/content/extensions.xul | 6 ++
.../mozapps/extensions/internal/XPIProvider.jsm | 4 +
.../extensions/internal/XPIProviderUtils.js | 2 +-
.../test/addons/test_jetpack/bootstrap.js | 17 ++++
.../test/addons/test_jetpack/harness-options.json | 1 +
.../test/addons/test_jetpack/install.rdf | 28 ++++++
.../extensions/test/browser/browser-common.ini | 1 +
.../test/browser/browser_debug_button.js | 112 +++++++++++++++++++++
toolkit/mozapps/extensions/test/browser/head.js | 3 +
.../extensions/test/xpcshell/test_isDebuggable.js | 36 +++++++
.../extensions/test/xpcshell/xpcshell-shared.ini | 1 +
22 files changed, 508 insertions(+), 33 deletions(-)
create mode 100644 browser/devtools/debugger/test/browser_dbg_addon-sources.js
create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/bootstrap.js
create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/harness-options.json
create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/install.rdf
create mode 100644 toolkit/mozapps/extensions/test/browser/browser_debug_button.js
create mode 100644 toolkit/mozapps/extensions/test/xpcshell/test_isDebuggable.js
* * *
Leak fix
2014-03-25 10:59:14 -07:00
"J. Ryan Stinnett"
f11007e9be
Bug 985652 - Only register pref actor on b2g if certified is allowed. r=ochameau
2014-03-26 10:43:44 -07:00
Mihai Sucan
2bcd1c1b3d
Bug 987369 - Fix for aRawObj.location is null
in script.js; r=benvie
2014-03-25 13:01:53 +02:00
Paolo Amadini
1a4a4adc7b
Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak
2014-03-26 18:15:00 +01:00
Paolo Amadini
68879daec6
Bug 988330 - Convert to Promise.jsm in "toolkit/devtools/server/tests/unit". r=fitzgen
2014-03-26 17:32:11 +01:00
Marco Bonardo
4b89c3b473
Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric
2014-03-25 17:25:58 +01:00
Panos Astithas
7a590032f3
Bug 986481 - Expose Promise.jsm promises as a devtools loader global. r=dcamp
2014-03-14 11:33:09 +02:00
Carsten "Tomcat" Book
ccf1e16b54
Merge mozilla-central to fx-team on a CLOSED TREE
2014-03-26 14:01:16 +01:00
Wes Kocher
f1802a1e54
Merge m-c to fx-team
2014-03-25 20:23:20 -07:00
Lancelot Nyachoto
0a61f12b6c
Bug 958585 - Packaged apps do not work with symlinks; r=jryans
2014-03-22 11:09:12 +02:00
Birunthan Mohanathas
e000f49c51
Bug 845478 - Part 8: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...} in remaining instances. r=Waldo
2014-03-25 14:42:33 -04:00
Tim Abraldes
f44980c913
bug 986195 - Expect failure in 32-bit builds, which is 4 bytes, not 8. r=froydnj
2014-03-26 14:46:00 +01:00
Jordan Santell
26e51839f0
Bug 980502 - Implement WebAudio actor and AudioNode actor. r=vp
2014-03-06 16:39:00 -08:00
Carsten "Tomcat" Book
0f3ab985f1
merge fx-team to mozilla-central
2014-03-25 13:17:42 +01:00
Wes Kocher
78c1e8a98e
Backed out changeset 3d94ebde9018 (bug 985720) for missing a file from the patch to fix a CLOSED TREE
2014-03-24 18:07:13 -07:00
Nick Fitzgerald
e8adc5b467
Bug 987369 - Catch and report object previewer functions' errors in the debugger server rather than failing and giving up; r=benvie
2014-03-24 17:32:00 -07:00
Wes Kocher
06064a235d
Backed out changeset 7ba0551dd35d (bug 984196) for Valgrind failures
2014-03-24 16:45:04 -07:00
Drew Willcoxon
436eb615cc
Bug 557665 - Allow specifying SearchForm as a normal <Url> in engine description files (part 2, tests). r=gavin
2014-03-24 20:41:15 -07:00
Monica Chew
848eb46563
Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp)
2014-03-24 14:57:59 -07:00
Viktor Stanchev
6fd25af013
Bug 984196 - glxtest should use _exit instead of exit. r=bgirard
...
--HG--
extra : rebase_source : 668a5d4065ef44724947315fbaa9d43873fec899
2014-03-24 17:00:02 -04:00
Ryan VanderMeulen
92288ca179
Merge m-c to inbound.
2014-03-24 16:51:09 -04:00
Ryan VanderMeulen
6f72275f13
Merge inbound to m-c.
2014-03-24 16:47:07 -04:00
Paolo Amadini
7e1966ad6c
Bug 986364 - Convert to Promise.jsm in the Toolkit "modules" folder. r=mak
2014-03-24 15:47:50 +01:00
Paolo Amadini
a241bcdbe7
Bug 973239 - Promise should call executor and handlers with "undefined" as thisArg. r=benvie
2014-03-24 15:44:11 +01:00
Carsten "Tomcat" Book
df5c452e56
Merge mozilla-central to fx-team
2014-03-24 15:38:14 +01:00
James Long
4a45f57239
Bug 812172 - Add conditional breakpoint handling to the debugger server. r=past
2014-03-24 09:37:24 -04:00
Nicholas Nethercote
1cea7a45d8
Bug 986300 - Fix a tricky corner case involving memory report diffs. r=kats.
...
--HG--
extra : rebase_source : 001ae6ee0e81c40a7437ccf65add3e735fada6fa
2014-03-20 19:44:23 -07:00
Monica Chew
1517be2338
Bug 985623: Force url classifier clients to specify which tables to lookup, add a pref to skip hash completion checks (r=gcp)
2014-03-20 14:25:35 -07:00
Phil Ringnalda
4d8ebe6a29
Merge m-c to f-t
2014-03-22 17:48:30 -07:00
Marco Bonardo
6b2c382db0
Backout 0469cf95fbfe (bug 983571) cause didn't mean to land it yet.
2014-03-22 15:43:20 +01:00
ABE Hiroki (hATrayflood)
ba6a89f5e6
Bug 980697 - Add a configure option to pull newer versions of the d3dcompiler dll from installed Windows SDKs. r=mshal,vlad
2014-03-22 10:49:26 +09:00
Wes Kocher
184d7dbce3
Merge fx-team to m-c
2014-03-21 17:07:40 -07:00
Jared Wein
090ee7316e
Backed out changeset 675945ee2609 (bug 986529)
2014-03-21 14:56:30 -04:00
Blake Winton
e4eec3a597
Bug 986529 - Invert tab close icon on Windows classic theme. r=jaws, ui-r=shorlander
2014-03-21 13:44:59 -04:00
Carsten "Tomcat" Book
1185e775a7
Merge mozilla-central to mozilla-inbound
2014-03-21 15:20:35 +01:00
Carsten "Tomcat" Book
695b04a65c
merge fx-team to mozilla-central
2014-03-21 15:16:06 +01:00
David Rajchenbach-Teller
5bd0ff3c56
Bug 984237 - Specify mime type in require.js. r=gozala
2014-03-21 09:18:39 -04:00
Edwin Flores
372079241f
Bug 941298 - FFmpeg headers for FFmpeg PlatformDecoderModule r=doublec
...
While FFmpeg function signatures tend not to change between versions of FFmpeg,
class layouts can change dramatically. We include libavcodec, libavformat,
and libavutil headers here so that we don't accidentally build against the wrong
binary interface.
2014-03-21 19:35:14 +13:00
Masatoshi Kimura
261ff67d38
Bug 974677 - Stop following symlinks when OS.File removes a directory. r=yoric
2014-03-21 12:59:59 +09:00
Boris Zbarsky
05af31f010
Bug 980962. Fix in-tree consumers to not construct typed arrays without "new". r=jorendorff
2014-03-20 23:19:42 -04:00
Wes Kocher
568daf3e7f
Merge m-c to inbound
2014-03-20 19:46:52 -07:00
Irving Reid
616f416e08
Bug 986080 - Return empty array if getting directory entries fails. r=Mossop
2014-03-20 14:43:56 -04:00
Irving Reid
286e414fa3
Bug 986000 - Fix addonsListTmp undefined error in XPIProviderUtils.js. r=Mossop
2014-03-20 13:41:42 -04:00
David Rajchenbach-Teller
7b41cbeb68
Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj
2014-03-21 13:44:58 -04:00
Carsten "Tomcat" Book
620729b5fa
Merge mozilla-central to fx-team
2014-03-21 15:35:37 +01:00
Ryan VanderMeulen
980127328b
Backed out 3 changesets (bug 965527, bug 859059, bug 812172) for mochitest and xperf orange on a CLOSED TREE
...
Backed out changeset 18f579c4308e (bug 965527)
Backed out changeset 70ed33107301 (bug 859059)
Backed out changeset 7b59b92580fa (bug 812172)
2014-03-21 10:33:18 -04:00
Jared Wein
f559742ef6
Bug 940393 - Win8: Text color on inactive tabs makes text very hard to read. r=gijs
...
--HG--
extra : rebase_source : 03e07612be960c1b3a961e065404034ae0db5ce1
2014-03-20 20:23:36 -04:00
David Rajchenbach-Teller
f85d2926d9
Bug 985980 - Restore off main thread logging for OS.File. r=froydnj
2014-03-21 09:07:30 -04:00
Mike de Boer
c02d148418
Bug 982993: [Australis] increase panel padding back to 10px. This backs out changes made in bug 961727 and deps. r=dao
2014-03-20 17:57:12 +01:00
Matthew Noorenberghe
9a86fe4560
Bug 885139 - Notify consumers about LWT optimization and listen for it in LightweightThemeListener. r=jaws
...
[Australis]
2014-03-20 13:55:49 -07:00
Aaron Klotz
4bd819c27e
Bug 986758: Grab mutexes in Telemetry memory reporter code; r=vladan
2014-03-24 12:24:51 -04:00
Michael Green
15e76857ef
Bug 948883 - Move inline scripts and styles into separate file for toolkit/content/aboutSupport.xhtml (URL=about:support). r=Unfocused
2014-03-24 09:11:21 -04:00
Phil Ringnalda
682fa6a71e
Back out 4774010c55bd (bug 984015) for xpcshell bustage
2014-03-23 07:29:02 -07:00
Tetsuharu OHZEKI
1907ac3ca5
Bug 984015 - GUIDHelper.getItemId should deliver itself as |this| to his internal executeAsync callback. r=mak
2014-03-23 21:51:17 +09:00
Marco Bonardo
5b1b279f66
Bug 818584 - Discard consecutive duplicate bookmark backups by comparing hashes r=mano
...
Original patch by Raymond Lee <raymond@appcoast.com> f=mak
2014-03-19 14:33:02 +01:00
Marco Bonardo
aa3410c3af
Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric
2014-03-22 14:26:52 +01:00
Marco Bonardo
9120a58848
Bug 959576 - Create a component to get the list of priority domains. r=gavin
2014-03-22 14:24:36 +01:00
Aleh Zasypkin
b21586a6cd
Bug 984004 - Part 1: Cache parent's fullZoom\textZoom value to ensure that we always return the fresh one. r=felipc
2014-03-19 10:25:13 +01:00
J. Ryan Stinnett
35bd31d04c
Bug 985094 - Show typeName from protocol.js in listTabs reply. r=past
2014-03-18 15:16:43 -05:00
David Rajchenbach-Teller
cdf47009f4
Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj
2014-03-21 08:57:08 -04:00
James Long
0ca81738ed
Bug 812172 - Conditional breakpoints logic should be handled server-side. r=past
2014-03-21 08:55:50 -04:00
Benjamin Smedberg
27b0454205
Fix the test for bug 981842 to expect the new data on a CLOSED TREE.
2014-03-20 13:50:05 -04:00
Gregg Lind
d201849870
Bug 981842 - Show details about current and past teleemtry experiments in about:support, r=bsmedberg
2014-03-20 11:19:19 -04:00
Jeff Walden
3568d1b07b
Bug 985729 - Construct the [[Prototype]] chain given to DBAddonInternal instances without using mutable __proto__. r=Unfocused
2014-03-19 16:21:00 +13:00
Eugen Sawin
fc91e01131
Bug 950417 - Enable safe direct request add-on installs. r=wesj, r=Mossop
2014-03-19 21:24:59 +01:00
Carsten "Tomcat" Book
21de1d1ed5
Merge mozilla-central to fx-team
2014-03-20 14:29:02 +01:00
Carsten "Tomcat" Book
1f5c06c461
merge fx-team to mozilla-central
2014-03-20 14:04:58 +01:00
Paolo Amadini
3c75bbc8d1
Bug 985318 - Convert to Promise.jsm in the Toolkit "content" folder. r=mak
2014-03-20 11:04:37 +01:00
Paolo Amadini
a2299592eb
Bug 985523 - Convert to Promise.jsm in Places. r=mak
2014-03-20 11:01:39 +01:00
Robert Strong
f0619098ed
Bug 899352 - Increase the installation timeout for the stub installer. r=bbondy
2014-03-19 18:32:46 -07:00
Robert Strong
e6a85ba891
Bug 899363 - Implement stub installer data ping version 6. r=bbondy
2014-03-19 18:32:39 -07:00
Robert Strong
d73a755022
Bug 799215 - Stub installer's dual progress bars are confusing. Use a single progress bar for both. ui-r=philipp, r=bbondy
2014-03-19 10:40:04 -07:00
Carsten "Tomcat" Book
5b135da875
Merge mozilla-central to mozilla-inbound
2014-03-19 16:25:12 +01:00
Carsten "Tomcat" Book
075b2961d5
merge fx-team to mozilla-central
2014-03-19 16:21:06 +01:00
Georg Koppen
0addd7c30d
Bug 943331 - Make packaging files into omni.ja deterministic. r=gps
2014-03-19 10:36:28 -04:00
Gijs Kruitbosch
31bdc843c9
Bug 879616 - adjust close icons for OS X to deal with bright lightweight themes, r=MattN
...
--HG--
extra : rebase_source : b51f2975a66704ab75f21582eee56fc797b32ba0
2014-03-18 22:51:24 +00:00
Wes Kocher
830690007e
Merge m-c to fx-team
2014-03-18 15:00:42 -07:00
Wes Kocher
f9ae02417f
Merge inbound to m-c
2014-03-18 14:15:03 -07:00
Alexandre Poirot
21d7d293f1
Bug 984929 - Fix EXPORTED_SYMBOLS is not an array in DevToolsExtensions.jsm on b2g r=erikvold
...
--HG--
extra : rebase_source : 93415faaf569657944b3da39f9b7084b69b9987c
2014-03-18 08:34:00 -07:00
Paolo Amadini
e7ed1c1bf4
Bug 984788 - Convert legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-03-18 15:16:02 +01:00
Nathan Froyd
b6c351ea7e
Bug 984466 - change CallQueryInterface to assert in cases of trivial conversions; r=ehsan
2014-03-17 13:00:17 -04:00
Bill McCloskey
041659d10c
Bug 984037 - Make sure we respect the general.autoScroll pref (r=felipe)
2014-03-18 08:00:33 -07:00
Bill McCloskey
b19a0bb805
Bug 978610 - [e10s] Make window.close() work (r=felipe)
2014-03-18 07:58:02 -07:00
Ryan VanderMeulen
355d2d86c4
Backed out changeset cabe6efe4de8 (bug 945363) for xpcshell failures.
2014-03-18 09:59:46 -04:00
Ryan VanderMeulen
018029feca
Backed out changeset da7618484006 (bug 965373) for asserts and crashes.
2014-03-18 09:30:31 -04:00
Viktor Stanchev
fa1bdd4f2d
Bug 965373 - When the profiler stops it doesn't stop the EventTracer thread. r=BenWa, r=froydnj
2014-03-18 08:39:54 -04:00
Jed Parsons
e373d257ed
Bug 945363 - Ensure that FXA RPs provide an onlogout handler. r=ferjm
2014-03-13 21:26:19 -07:00
Hiroyuki Ikezoe
3fcf25cde8
Bug 901198 - Set download_block_table explicitly for testing applications. r=mmc
2014-03-18 10:46:34 +00:00
Makoto Kato
7de91d240c
Bug 982298 - crash in mozilla::ScrollFrameHelper::ScrollToImpl by findAgain. r=roc
2014-03-18 16:35:28 +09:00
Phil Ringnalda
a711b4933d
Merge m-c to m-i
2014-03-17 22:45:27 -07:00
Phil Ringnalda
285e7900c9
Merge f-t to m-c
2014-03-17 22:42:42 -07:00
Chris Peterson
fca4f67cbd
Bug 984079 - Suppress clang and gcc warnings in third-party code: protobuf. r=mmc
2014-03-15 23:25:55 -07:00
Ryan VanderMeulen
32415966ea
Merge m-c to fx-team.
2014-03-17 17:35:16 -04:00
Ryan VanderMeulen
59316e388d
Merge fx-team to m-c.
2014-03-17 13:12:50 -04:00
Paolo Amadini
1435205e0b
Bug 941317 - Switch Downloads.jsm to use Promise.jsm. r=enn
2014-03-17 15:58:44 +01:00
Gregg Lind
5655acb579
Bug 981842 - Add experiment details to about:support strings-only patch for before FF30 uplift, r=bsmedberg
2014-03-17 09:32:06 -04:00
Phil Ringnalda
48f8b820a3
Merge m-c to f-t
2014-03-16 21:55:27 -07:00
YFdyh000
b0452b6cba
Bug 616437 - Text in details view of add-on should be selectable. r=Unfocused
2014-03-16 00:59:00 +13:00
Neil Rashbrook
921625ab05
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
2014-03-18 00:23:03 +00:00
Wes Kocher
2939a367ba
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
...
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
2014-03-17 15:19:53 -07:00
Ryan VanderMeulen
8940db8adf
Backed out changeset d16f3e084b27 (bug 818584) for intermittent timeouts in test_bookmark_store.js.
...
CLOSED TREE
2014-03-19 11:46:37 -04:00
Carsten "Tomcat" Book
8ef4fd4a96
Merge mozilla-central to fx-team
2014-03-19 16:27:57 +01:00
Marco Bonardo
087eb5d5eb
Bug 818584 - Discard consecutive duplicate bookmark backups by comparing hashes r=mano
...
Original patch by Raymond Lee <raymond@appcoast.com> f=mak
2014-03-19 14:33:02 +01:00
Jed Parsons
4e64815a07
Bug 945363 - Ensure that FXA RPs provide an onlogout handler. r=ferjm
2014-03-18 10:07:11 -07:00
Phil Ringnalda
af1f8833a9
Merge m-c to m-i
2014-03-16 08:38:30 -07:00
Ehsan Akhgari
6cc2b242d0
Bug 919016 - Debugging patch for test_dialogfocus.xul
2014-03-16 11:08:46 -04:00
Ehsan Akhgari
57000eb213
Bug 890609 - Make test_privbrowsing_perwindowpb.html wait for browser-delayed-startup-finished
2014-03-16 10:46:52 -04:00
Phil Ringnalda
37f7300460
Merge m-c to f-t
2014-03-15 18:21:41 -07:00
Asaf Romano
0c80674197
Bug 983623 - Async transactions: Add a preference for turning it, implement undo & redo commands. r=mak
2014-03-15 23:49:07 +02:00
Jan-Ivar Bruaroey
3cd5696466
Bug 964127 - Add a/v sync telemetry. r=bwc
2014-03-14 16:46:31 -04:00
Marco Castelluccio
a60226d555
Bug 898647 - Backend for app updates. Fix Mac OS X b2g desktop build. r=myk
2014-03-15 14:37:50 -07:00
Marco Castelluccio
fd501ab986
Bug 898647 - Backend for app updates. r=myk,fabrice
...
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
2014-03-15 14:37:37 -07:00
Jan-Ivar Bruaroey
2971ef103f
Bug 970682 - Add RTT to about:webrtc. r=bwc
2014-03-14 15:22:30 -04:00
Phil Ringnalda
15b355411f
Merge m-c to m-i
2014-03-15 12:32:04 -07:00
Phil Ringnalda
145c12aecb
Merge m-i to m-c
2014-03-15 12:15:37 -07:00
Kyle Huey
da09839180
No bug: Remove unnecessary initializations of nsCOMPtr. r=me
2014-03-15 12:00:17 -07:00
Kyle Huey
68b608c95f
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
a5ae9a4da3
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
f7eafc09a9
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Joe Walker
b0334ad8e7
Bug 979030 - Fix srcdir loader breakage after GCLI split up; r=mratcliffe
...
--HG--
rename : toolkit/devtools/gcli/source/mozilla/gcli/mozui/completer.js => toolkit/devtools/gcli/source/lib/gcli/mozui/completer.js
rename : toolkit/devtools/gcli/source/mozilla/gcli/mozui/ffdisplay.js => toolkit/devtools/gcli/source/lib/gcli/mozui/ffdisplay.js
rename : toolkit/devtools/gcli/source/mozilla/gcli/mozui/inputter.js => toolkit/devtools/gcli/source/lib/gcli/mozui/inputter.js
rename : toolkit/devtools/gcli/source/mozilla/gcli/mozui/tooltip.js => toolkit/devtools/gcli/source/lib/gcli/mozui/tooltip.js
2014-03-15 08:06:34 +00:00
Wes Kocher
391ff9cd5a
Merge m-c to fx-team
2014-03-14 23:19:44 -07:00
Wes Kocher
09b3b4cbb0
Merge m-c to inbound
2014-03-14 23:17:32 -07:00
Aaron Klotz
e499dac8c4
Bug 973353: Disable IOInterposer when reporting a crash; r=froydnj,ted
2014-03-15 00:10:39 -06:00
Wes Kocher
78bcbd03fc
Merge inbound to m-c
2014-03-14 22:20:25 -07:00
David Rajchenbach-Teller
e4ad89cd7d
Bug 981875 - Improve error _PromiseWorker's error reporting in case of xpcom error. r=froydnj
2014-03-15 17:19:00 -04:00
David Major
e027430903
Bug 919735: For VS2013, put the 32-bit PGO files first on the PATH. r=ted
2014-03-14 12:48:59 -07:00
Aaron Klotz
810b3b5e28
Bug 972577: Consolidate IOInterposer initialization code; r=froydnj,BenWa,jimm
...
--HG--
rename : tools/profiler/IOInterposer.cpp => xpcom/build/IOInterposer.cpp
rename : tools/profiler/IOInterposer.h => xpcom/build/IOInterposer.h
rename : tools/profiler/NSPRInterposer.cpp => xpcom/build/NSPRInterposer.cpp
rename : tools/profiler/NSPRInterposer.h => xpcom/build/NSPRInterposer.h
rename : toolkit/xre/nsWindowsDllInterceptor.h => xpcom/build/nsWindowsDllInterceptor.h
2014-03-14 16:35:01 -06:00
Wes Kocher
f0e672d699
Backed out changeset 2bdd2d042847 (bug 972577) for non-unified bustage on a CLOSED TREE
...
--HG--
rename : xpcom/build/nsWindowsDllInterceptor.h => toolkit/xre/nsWindowsDllInterceptor.h
rename : xpcom/build/IOInterposer.cpp => tools/profiler/IOInterposer.cpp
rename : xpcom/build/IOInterposer.h => tools/profiler/IOInterposer.h
rename : xpcom/build/NSPRInterposer.cpp => tools/profiler/NSPRInterposer.cpp
rename : xpcom/build/NSPRInterposer.h => tools/profiler/NSPRInterposer.h
2014-03-14 15:27:21 -07:00
Wes Kocher
9ec0bdb04f
Backed out changeset 4ce831d82c1f (bug 898647) for gaia-ui bustage on an already CLOSED TREE
...
--HG--
rename : browser/modules/WebappManager.jsm => browser/modules/webappsUI.jsm
rename : toolkit/webapps/NativeApp.jsm => toolkit/webapps/WebappsInstaller.jsm
rename : webapprt/WebappManager.jsm => webapprt/WebappsHandler.jsm
2014-03-14 14:13:25 -07:00
Monica Chew
9a4afb261a
Bug 977236 - Use referrer for application reputation checks. r=gcp
2014-03-12 20:31:51 -07:00
David Rajchenbach-Teller
60bc30190e
Bug 961665 - Tests for OS.File.read. r=froydnj
2014-03-13 09:52:07 -04:00
David Rajchenbach-Teller
f132675185
Bug 961665 - Native implementation of OS.File.read, js code. r=froydnj
2014-03-14 10:13:50 -04:00
David Rajchenbach-Teller
0314b34a32
Bug 961665 - Native implementation of OS.File.read, native bits. r=froydnj, r=bz, r=paolo
2014-03-14 10:13:26 -04:00
David Rajchenbach-Teller
79e0a8df0d
Bug 961665 - Fix typo in CrashManager's use of OS.File. r=gps
2014-03-13 09:50:24 -04:00
Girish Sharma
9fa57cb2c1
Bug 982997 - Add some logging. r=jwalker
2014-03-14 00:07:50 +05:30
Aaron Klotz
dda435844e
Bug 972577: Consolidate IOInterposer initialization code; r=froydnj,BenWa,jimm
...
--HG--
rename : tools/profiler/IOInterposer.cpp => xpcom/build/IOInterposer.cpp
rename : tools/profiler/IOInterposer.h => xpcom/build/IOInterposer.h
rename : tools/profiler/NSPRInterposer.cpp => xpcom/build/NSPRInterposer.cpp
rename : tools/profiler/NSPRInterposer.h => xpcom/build/NSPRInterposer.h
rename : toolkit/xre/nsWindowsDllInterceptor.h => xpcom/build/nsWindowsDllInterceptor.h
2014-03-14 13:47:24 -06:00
Bill McCloskey
14ec131999
Bug 917681 - [e10s] Make context menu work for selected text (r=felipe)
2014-03-14 11:47:46 -07:00
Bill McCloskey
a65268d5e5
Bug 938359 - [e10s] Support middle-click scroll (r=felipe)
2014-03-14 11:45:53 -07:00
Marco Castelluccio
08cd30e121
Bug 898647 - Backend for app updates. r=myk,fabrice
...
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
extra : rebase_source : d009be9de28cb917062d567592f773e9ece4266e
2014-03-14 10:30:53 -07:00
Carsten "Tomcat" Book
c47ac47f24
merge fx-team to mozilla-central
2014-03-14 12:35:23 +01:00
Bill McCloskey
d960718b48
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
fe549fa0e0
Merge m-c to fx-team
2014-03-13 20:01:18 -07:00
Wes Kocher
ecd86b868f
Merge fx-team to m-c
2014-03-13 19:09:07 -07:00
Wes Kocher
74f2b72f36
Merge m-c to inbound despite the CLOSED TREE
2014-03-13 19:58:47 -07:00
Wes Kocher
62d61f05a8
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Neil Rashbrook
f153df483f
Bug 937407 Only add the popuphidden event listener if we are actully opening the popup r=gavin
2014-03-14 01:41:54 +00:00
Bill McCloskey
cff466f79f
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Wes Kocher
359f23e742
Backed out changeset 77fdb4380b1a (bug 938359) for metro-chrome bustage on a CLOSED TREE
2014-03-13 17:40:28 -07:00
Wes Kocher
1351891811
Backed out changeset cd5ce2a9aceb (bug 977236) for multiple bustages on a CLOSED TREE
2014-03-13 16:58:07 -07:00
Marco Castelluccio
ff735d090f
Bug 983334 - Missing yield when calling writeToFile. r=myk
2014-03-13 16:22:04 -07:00
Wes Kocher
0d01d793aa
Backed out changeset 21793ea94b09 (bug 875562) for ASAN xpcshell failures
2014-03-13 15:22:40 -07:00
Monica Chew
a1a7e5a666
Bug 977236: Use referrer for application reputation checks (r=gcp)
2014-03-12 20:31:51 -07:00
Bill McCloskey
624ffda758
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
a23e0f8633
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
692e0839ea
Bug 938359 - [e10s] Support middle-click scroll (r=felipe)
2014-03-13 15:31:03 -07:00
Viktor Stanchev
d83a1e0637
Bug 981126 - Prevent glxtest child process from executing the normal shutdown sequence. r=bgirard, r=jrmuizel
...
--HG--
extra : rebase_source : b28d660a9959895f743515f64381e4a5e0bb2c74
2014-03-12 16:32:57 -04:00
Eddy Bruel
827f9a4f7c
Bug 859372 - Refactor Services.jsm;r=past
2014-03-13 16:01:32 +01:00
Vaibhav Agarwal
292a923c8e
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Alexandru Niculae
28c3c01b15
Bug 981267 - Fix bad indentation in about:networking. r=valentin, r=sworkman
2014-03-13 09:47:12 -04:00
Carsten "Tomcat" Book
95bfa8ff89
merge b2g-inbound to mozilla-central
2014-03-13 12:54:33 +01:00
Wes Kocher
0a0d0ec03b
Merge m-c to m-i
2014-03-12 21:21:07 -07:00
Wes Kocher
4ec0bc82ff
Merge fx-team to m-c
2014-03-12 20:01:45 -07:00
Jan-Ivar Bruaroey
6bcb5eb324
Bug 964127: Add a/v sync status to about:webrtc. r=jesup
2014-03-12 17:13:20 -04:00
Jim Blandy
377b42490f
Bug 978657: Provide introductionType information for HTML and XUL <script> elements. r=smaug
2014-03-12 13:10:02 -07:00
Jim Blandy
d131b307bd
Bug 978657: Convert test_Debugger.Source.prototype.introductionType.html to use addTest and runNextTest. r=past
2014-03-12 13:10:02 -07:00
Ryan VanderMeulen
0408d3842f
Backed out changeset 1c3076666191 (bug 943512) for Gaia UI test bustage.
2014-03-12 15:23:48 -04:00
Brandon Benvie
65e49d1000
Bug 943512 - Stubify Promise.jsm so it can be used in the devtools debugger server. r=paolo
...
--HG--
rename : toolkit/modules/Promise.jsm => toolkit/modules/Promise-backend.js
2014-03-12 18:49:43 +01:00
Ryan VanderMeulen
aa07927cfd
Merge m-c to fx-team.
2014-03-12 11:32:46 -04:00
Marco Bonardo
0fb30b7764
Bug 969318 - Mute "A promise chain failed to handle a rejection" error from the livemarks service. r=mano
2014-03-12 16:24:23 +01:00
Wes Kocher
a07bbe4b3e
Merge m-c to b-i
2014-03-12 21:22:36 -07:00
Jed Davis
8518d7e52b
Bug 977859 - Drop uid 0 in all content processes immediately after fork. r=bent r=kang
...
Now all regular child processes, including preallocated, are deprivileged.
Only Nuwa needs uid 0, because each of its children has a different uid/gid.
2014-03-12 15:48:15 -07:00
Jed Parsons
16044c3560
Bug 947374 - Certified apps can choose arbitrary assertion audience. r=ferjm
2014-02-27 15:06:00 -08:00
Carsten "Tomcat" Book
feb79ab47b
merge fx-team to mozilla-central
2014-03-12 12:19:49 +01:00
Shane Caraveo
0f6efe3f3f
bug 894806 [Australis] refactor and remove social.provider, r=markh
2014-03-11 19:25:45 -07:00
Wes Kocher
85a3a0d665
Merge m-c to fx-team
2014-03-11 18:40:27 -07:00
Wes Kocher
d46483d3cc
Backed out changeset 9a5b7ed8dae4 (bug 965527) on a CLOSED TREE
2014-03-11 13:38:25 -07:00
Bill McCloskey
110ebd760f
Bug 980530 - [e10s] remote-browser.xml shouldn't send IPC messages in constructor (r=felipe)
2014-03-11 20:13:52 -07:00
Bill McCloskey
430c5155ae
Bug 666804 - [e10s] Support NetworkPrioritizer (r=felipe)
2014-03-11 20:13:48 -07:00
Bill McCloskey
d4d92d7045
Bug 980766 - [e10s] Send document content type to remote-browser.xml (r=felipe)
2014-03-11 20:13:41 -07:00
Girish Sharma
6cc0fe6b61
Bug 965872 - Storage Inspector - actor for cookies, local storage and session storage, r=jwalker
2014-03-12 03:36:43 +05:30
Jan Keromnes
932b84b942
Bug 974498 - Refactor XPIProvider's private zip utilities into a ZipUtils.jsm. r=Mossop
2014-03-11 17:01:29 -04:00
Ryan VanderMeulen
1aad692a3f
Merge fx-team to m-c.
2014-03-08 01:12:53 -08:00
Paolo Amadini
740968c0ee
Bug 929067 - Canceling a download from the Downloads Panel sometimes pauses it instead. r=enn
2014-03-11 15:50:46 +01:00
Paolo Amadini
68459b93c3
Bug 941726 - Prevent DownloadLegacy from keeping a reference to the network request after the download is stopped. r=enn
2014-03-11 15:50:46 +01:00
Mihai Sucan
af9a3e1a6b
Bug 917227 - Ensure network monitor is correctly disconnected; r=ochameau
2014-03-10 23:00:48 +02:00
Mihai Sucan
e525fe427e
Bug 917227 - Part 2: network monitor server changes to add support for Firefox OS; r=ochameau
2014-03-10 20:57:27 +02:00
Mihai Sucan
bd072b9ce6
Bug 917227 - Part 1: network monitor client changes; r=ochameau
2014-03-07 14:14:53 +02:00
Patrick Brosset
5bb0d4f464
Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan
2014-03-11 12:21:20 +02:00
Gregory Szorc
aba64b694a
Bug 976241 - Create crash store directory; r=Yoric
...
--HG--
extra : rebase_source : f23aed8ade10dba5f75cc904deddacb0aad1ad4f
2014-03-04 16:21:11 -08:00
Ryan VanderMeulen
3e8f19046e
Merge m-c to fx-team.
2014-03-11 13:23:55 -07:00
Blake Winton
a99f0e62fd
Bug 981419 - Make the new checkmarks for the Australis bookmarks widget have their own images. ui-r=shorlander, r=Gijs.
2014-03-11 08:21:00 +00:00
Carsten "Tomcat" Book
ecd3864bc0
Merge mozilla-central to mozilla-inbound
2014-03-25 13:40:56 +01:00
Monica Chew
3c1a1257ff
Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp)
2014-03-24 10:49:05 -07:00
Nick Fitzgerald
3de9b2a10b
Bug 981258 - Set the breakpoints in browser_dbg_breakpoints-break-on-last-line-of-script-on-reload.js before executng the IIFE so that the IIFE's Debugger.Script can't be GC'd before the breakpoints are set; r=past
2014-03-15 18:48:55 -07:00
Michal Novotny
ed5f28fdfa
Bug 968101 - Remove directories with low priority on background, r=honzab
2014-02-19 13:04:06 +01:00
Georg Koppen
ad3328d102
Bug 982055 - Allow option to overwrite BUILD_HOSTNAME. r=ted
2014-03-11 11:14:51 -04:00
Marina Samuel
388d96eb07
Bug 961587: Only create Windows 8 Touch smart bookmark once a user has intialized their Metro bookmark list. r=mbrubeck, r=mak77
2014-03-10 12:53:19 -04:00
Bill McCloskey
ddea8883e3
Bug 937172 - Add RemoteBrowserTabActor for e10s debugging (r=past)
2014-03-10 09:38:34 -07:00
Bill McCloskey
eacb458199
Bug 937172 - Rearrange TabActor to support debugging of e10s processes (r=ochameau,past)
2014-03-10 09:38:29 -07:00
Bill McCloskey
1833c09c16
Bug 937172 - Create TabActor superclass of BrowserTabActor (r=ochameau,past)
2014-03-10 09:38:23 -07:00
Bill McCloskey
7eeed6543c
Bug 937172 - Rename ContentAppActor to ContentActor (r=ochameau,past)
2014-03-10 09:38:17 -07:00
Bill McCloskey
530618f28c
Bug 937172 - Use a parent-determined prefix for debugging child processes (r=ochameau,past)
2014-03-10 09:38:12 -07:00
Bill McCloskey
811c1e07bb
Bug 937172 - Change DebuggerProgressListener to use correct WebProgressListener (r=ochameau,past)
2014-03-10 09:34:41 -07:00
Jan Keromnes
dc117dd6a6
Bug 962577 - Refactor webapps actor's _connectToApp to make it reusable. r=ochameau
2014-03-10 11:32:37 -04:00
Alexandre Lissy
4cf0d9ad0e
Bug 973538 - Throw an exception on undefined values for OS.Path.join() and OS.Path.winGetDrive(). r=Yoric
2014-02-17 12:02:26 +01:00
Jordan Santell
ca11569b8a
Bug 899052 - Implement Addon Thread Actor. r=fitzgen, r=shu
2014-03-07 00:09:14 -08:00
Wes Kocher
b9d79021f5
Merge fx-team to m-c
2014-03-07 17:04:34 -08:00
Ryan VanderMeulen
238e2ab515
Merge inbound to m-c.
2014-03-07 15:38:19 -05:00
Nick Fitzgerald
5c5905cfac
Bug 978019 - Fix breakpoints after reload on immediately invoked function expressions; r=past
2014-03-07 11:06:28 -08:00
Gian-Carlo Pascutto
a1b4b46c5f
Bug 971240 - Move phishing/malware test pages to their own domain. r=mmc
2014-03-07 19:12:23 +01:00
Michael Comella
135110d17f
Bug 979078: Add pbkdf2_sha256 license to about:license. r=gerv
2014-03-07 08:37:04 -08:00
Ted Mielczarek
3e7b3a3a83
Bug 948801 - move browser-chrome tests in toolkit/mozapps/extensions/test/browser from Makefile.in to browser.ini. r=jmaher
2014-02-26 15:28:56 -05:00
Ed Morley
02a6b3ba82
Merge mozilla-central and fx-team
2014-03-07 15:54:49 +00:00
Ed Morley
e875b9ef79
Backed out changeset dcec4c42cd18 (bug 757866) for bug 980835
2014-03-07 15:05:31 +00:00
Blake Winton
35d984b8e2
Bug 979378 - Update the menu panel checkmark to a consistent item that fits with the panel style. ui-r=shorlander, r=gijs
2014-03-07 06:52:00 -05:00
Sami Jaktholm
6f659de32a
Bug 943586: Add autocompletion suggestions for members of arrays; r=msucan
2014-03-07 13:32:41 +02:00
Marco Bonardo
8933900a95
Bug 967192 - Bookmarks restore and import should use OS.File - tests changes. r=mano
2014-03-07 08:41:50 +01:00
Marco Bonardo
f6b8f2d06e
Bug 967192 - Bookmarks restore and import should use OS.File. r=mano
2014-03-07 08:41:47 +01:00
Wes Kocher
1a5d40416f
Merge m-c to inbound
2014-03-06 18:27:43 -08:00
Drew Willcoxon
c797d2eb83
Bug 956906 - Save passwords by default for password fields with autocomplete=off. r=dolske
2014-03-06 10:07:34 -08:00
Patrick Brosset
4246717306
Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan
2014-03-06 18:16:45 +01:00
Carsten "Tomcat" Book
5b6fb4d6a8
Merge mozilla-central to fx-team
2014-03-06 13:38:06 +01:00
Wes Kocher
0bbba6bb61
Unbacked out changeset 19fe1e621c5c (bug 966182) because it didn't actually introduce the new hazard.
2014-03-05 20:45:55 -08:00
Wes Kocher
125fecd1b8
Backed out changeset 3bfcf691690a (bug 966182) for adding a hazard.
2014-03-05 20:31:38 -08:00
Mihai Sucan
53d154fbd1
Bug 584733 - Code highlight all JS objects and functions in console output; r=bbenvie
2014-03-04 21:59:00 +02:00
Michael Ratcliffe
f2057d9e7c
Bug 974056 - Add logging of devtools event emitter emit calls r=harth
2014-03-06 09:37:59 +00:00
Wes Kocher
b2616208a1
Merge fxteam to m-c
2014-03-05 18:20:17 -08:00
Ryan VanderMeulen
4de3678a20
Merge m-c to inbound on a CLOSED TREE.
2014-03-05 16:08:02 -05:00
Ryan VanderMeulen
bd02191519
Backed out changeset 6cc5a05281c3 (bug 976863) for xpcshell failures.
...
CLOSED TREE
2014-03-05 15:36:26 -05:00
Dão Gottwald
76f600859b
Bug 978003 - Update inContentUI.css for Windows 8 and up. r=mdeboer
2014-03-05 20:59:56 +01:00
Robert Strong
7f8b18af98
Test cleanup and tests for Bug 759469 - Add new updater instruction to add a file if it doesn't exist in the destination. r=bbondy
...
--HG--
rename : toolkit/mozapps/update/tests/unit_base_updater/marDirLockedStageFailure_win.js => toolkit/mozapps/update/tests/unit_base_updater/marAppApplyDirLockedStageFailure_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageSuccessComplete_win.js => toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageFailureComplete_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageSuccessPartial_win.js => toolkit/mozapps/update/tests/unit_base_updater/marFileInUseStageFailurePartial_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageSuccessComplete_win.js => toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageFailureComplete_win.js
rename : toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageSuccessPartial_win.js => toolkit/mozapps/update/tests/unit_base_updater/marRMRFDirFileInUseStageFailurePartial_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marDirLockedStageFailureSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marAppApplyDirLockedStageFailureSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageSuccessCompleteSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageFailureCompleteSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageSuccessPartialSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marFileInUseStageFailurePartialSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageSuccessCompleteSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageFailureCompleteSvc_win.js
rename : toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageSuccessPartialSvc_win.js => toolkit/mozapps/update/tests/unit_service_updater/marRMRFDirFileInUseStageFailurePartialSvc_win.js
2014-03-05 11:43:28 -08:00
Robert Strong
7452572980
Updated test binaries for Bug 759469 - Add new updater instruction to add a file if it doesn't exist in the destination. r=bbondy
...
--HG--
rename : toolkit/mozapps/update/tests/data/partial_in_use_win_before.exe => toolkit/mozapps/update/tests/data/complete.exe
rename : toolkit/mozapps/update/tests/data/partial_in_use_win_after.exe => toolkit/mozapps/update/tests/data/partial.exe
2014-03-05 11:43:20 -08:00
Robert Strong
b5acd8f651
Main patch for Bug 759469 - Add new updater instruction to add a file if it doesn't exist in the destination. r=bbondy
2014-03-05 11:43:11 -08:00
Robert Strong
050dafc89b
Bug 896224 - Remove support for the version 1 manifest from the updater. r=bbondy
2014-03-05 11:43:03 -08:00
Carsten "Tomcat" Book
1096a4e1d3
merge mozilla-inbound to mozilla-central
2014-03-05 13:04:39 +01:00
Ryan VanderMeulen
991cf68d46
Merge inbound to m-c.
2014-03-04 17:12:58 -05:00
ISHIKAWA, Chiaki
e0121a4fba
Bug 928250 - Display an informative error when the selected download directory is write-protected, instead of failing silently. r=paolo
2014-03-04 18:24:51 +01:00
Alexandre Poirot
8ac8a03c44
Bug 958043 - Remove useless enable-content-actors pref and ContentTabActor in b2g parent process. r=past
...
--HG--
extra : rebase_source : bae30ce729a4d50de581365547b23b719a672171
2014-03-03 14:11:00 -05:00
Blake Winton
bceaea8773
Bug 972405 - Make the bookmarks panel look like all the other sub-panels. ui-r=shorlander, r=dao
2014-03-04 09:51:34 -05:00
Carsten "Tomcat" Book
631128c6db
Merge mozilla-central to fx-team
2014-03-04 15:44:20 +01:00
Wes Kocher
e0c0c0228a
Merge m-c to inbound
2014-03-03 20:32:35 -08:00