Carsten "Tomcat" Book
|
ab9c0c4f4f
|
Merge mozilla-central to mozilla-inbound
|
2014-03-27 16:01:09 +01:00 |
|
Carsten "Tomcat" Book
|
42c9faf6a6
|
merge fx-team to mozilla-central
|
2014-03-27 14:14:32 +01:00 |
|
Olivier Yiptong
|
cdcfd069f2
|
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
|
6fa5cbea0b
|
Merge m-c to inbound.
|
2014-03-26 23:09:54 -04:00 |
|
Ryan VanderMeulen
|
870baee508
|
Merge m-c to fx-team.
|
2014-03-26 23:08:02 -04:00 |
|
Ryan VanderMeulen
|
d9d827e562
|
Merge inbound to m-c.
|
2014-03-26 20:58:31 -04:00 |
|
Ryan VanderMeulen
|
80aa712f37
|
Merge fx-team to m-c.
|
2014-03-26 20:51:01 -04:00 |
|
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 |
|