Ehsan Akhgari
|
5b9f45a1a5
|
Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg
|
2014-03-27 16:38:33 -04:00 |
|
Carsten "Tomcat" Book
|
71eee69b46
|
Merge mozilla-central to mozilla-inbound
|
2014-03-27 16:01:09 +01:00 |
|
Carsten "Tomcat" Book
|
a3d3c8dcb5
|
merge fx-team to mozilla-central
|
2014-03-27 14:14:32 +01:00 |
|
Olivier Yiptong
|
9bf23741ca
|
Bug 975211 - Create backend logic to provide list of Tiles and associated metadata (image, text, background color) [r=adw]
Package a list of directory links to expose via DirectoryLinksProvider.jsm
|
2014-03-27 01:03:42 -07:00 |
|
Ryan VanderMeulen
|
3e14ec93b2
|
Merge m-c to inbound.
|
2014-03-26 23:09:54 -04:00 |
|
Ryan VanderMeulen
|
c73d8169d7
|
Merge m-c to fx-team.
|
2014-03-26 23:08:02 -04:00 |
|
Ryan VanderMeulen
|
4dc5242df5
|
Merge inbound to m-c.
|
2014-03-26 20:58:31 -04:00 |
|
Ryan VanderMeulen
|
0581431d4c
|
Merge fx-team to m-c.
|
2014-03-26 20:51:01 -04:00 |
|
Ryan VanderMeulen
|
bff11409a3
|
Merge b2g-inbound to m-c.
|
2014-03-26 20:46:47 -04:00 |
|
Dave Townsend
|
d633915be4
|
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
|
fec0c9e2da
|
Bug 986108: Make all restartless add-ons debuggable. r=Unfocused, r=fitzgen
|
2014-03-26 16:03:57 -07:00 |
|
Kevin Grandon
|
eddf8845a4
|
Bug 967516 - Set default preference for test. r=ochameau
|
2014-03-26 12:52:07 -04:00 |
|
Kathleen Brade
|
0a5c9dff91
|
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
|
c798708834
|
Backed out changeset 81f230994acd (bug 980502) for hopefully fixing gi tests
|
2014-03-26 11:09:34 +01:00 |
|
Wes Kocher
|
0d58e41dd9
|
Merge fx-team to m-c
|
2014-03-25 20:03:13 -07:00 |
|
David Keeler
|
1ea866dced
|
Backed out changeset d9e136a02980 (bug 986171) for build bustage r=backout
|
2014-03-25 14:02:42 -07:00 |
|
David Keeler
|
d56c7b6534
|
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
|
ac741bf517
|
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"
|
997536266b
|
Bug 985652 - Only register pref actor on b2g if certified is allowed. r=ochameau
|
2014-03-26 10:43:44 -07:00 |
|
Mihai Sucan
|
5fb9d9cb36
|
Bug 987369 - Fix for aRawObj.location is null in script.js; r=benvie
|
2014-03-25 13:01:53 +02:00 |
|
Paolo Amadini
|
144b6e8493
|
Bug 988341 - Convert code before switching Task.jsm to use Promise.jsm. r=mak
|
2014-03-26 18:15:00 +01:00 |
|
Paolo Amadini
|
9414db136e
|
Bug 988330 - Convert to Promise.jsm in "toolkit/devtools/server/tests/unit". r=fitzgen
|
2014-03-26 17:32:11 +01:00 |
|
Marco Bonardo
|
31eb1ae673
|
Bug 983571 - browser.bookmarks.autoExportHTML = true no longer works. r=Yoric
|
2014-03-25 17:25:58 +01:00 |
|
Panos Astithas
|
d61ad2229e
|
Bug 986481 - Expose Promise.jsm promises as a devtools loader global. r=dcamp
|
2014-03-14 11:33:09 +02:00 |
|
Carsten "Tomcat" Book
|
82d342c637
|
Merge mozilla-central to fx-team on a CLOSED TREE
|
2014-03-26 14:01:16 +01:00 |
|
Wes Kocher
|
5389f8cd94
|
Merge m-c to fx-team
|
2014-03-25 20:23:20 -07:00 |
|
Lancelot Nyachoto
|
1ce2148820
|
Bug 958585 - Packaged apps do not work with symlinks; r=jryans
|
2014-03-22 11:09:12 +02:00 |
|
Birunthan Mohanathas
|
1e1672e622
|
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
|
b58fc4ba41
|
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
|
efe5b8dc80
|
Bug 980502 - Implement WebAudio actor and AudioNode actor. r=vp
|
2014-03-06 16:39:00 -08:00 |
|
Carsten "Tomcat" Book
|
05c3a611b5
|
merge fx-team to mozilla-central
|
2014-03-25 13:17:42 +01:00 |
|
Wes Kocher
|
164aae25e9
|
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
|
be07956078
|
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
|
fabfcd3ffb
|
Backed out changeset 7ba0551dd35d (bug 984196) for Valgrind failures
|
2014-03-24 16:45:04 -07:00 |
|
Drew Willcoxon
|
9805c2254e
|
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
|
d3be5977e3
|
Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp)
|
2014-03-24 14:57:59 -07:00 |
|
Viktor Stanchev
|
bd78e76c76
|
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
|
131f3139eb
|
Merge m-c to inbound.
|
2014-03-24 16:51:09 -04:00 |
|
Ryan VanderMeulen
|
85d2cbd02e
|
Merge inbound to m-c.
|
2014-03-24 16:47:07 -04:00 |
|
Paolo Amadini
|
e1abd4eded
|
Bug 986364 - Convert to Promise.jsm in the Toolkit "modules" folder. r=mak
|
2014-03-24 15:47:50 +01:00 |
|
Paolo Amadini
|
1f62e330c3
|
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
|
db6c6a7648
|
Merge mozilla-central to fx-team
|
2014-03-24 15:38:14 +01:00 |
|
James Long
|
00a773bf84
|
Bug 812172 - Add conditional breakpoint handling to the debugger server. r=past
|
2014-03-24 09:37:24 -04:00 |
|
Nicholas Nethercote
|
46f4ffc93a
|
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
|
8f2c20dee7
|
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
|
4220e17e44
|
Merge m-c to f-t
|
2014-03-22 17:48:30 -07:00 |
|
Marco Bonardo
|
9bd8bc602c
|
Backout 0469cf95fbfe (bug 983571) cause didn't mean to land it yet.
|
2014-03-22 15:43:20 +01:00 |
|
ABE Hiroki (hATrayflood)
|
6e30090928
|
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
|
a7b570b277
|
Merge fx-team to m-c
|
2014-03-21 17:07:40 -07:00 |
|
Jared Wein
|
2a0ea22d0a
|
Backed out changeset 675945ee2609 (bug 986529)
|
2014-03-21 14:56:30 -04:00 |
|