Magnus Melin
9d9fa3edc8
Bug 331772 - tooltiptext fails on XUL button in HTML page. r=enndeakin
2013-12-18 22:44:34 +02:00
Andrew McCreight
109859ab5c
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
2013-12-31 09:20:21 -08:00
Ms2ger
561cae4a0e
Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal
2013-12-31 10:06:11 +01:00
Gary Houston
758bdd6040
Bug 951993 - Fix undefined mMode when called from file input in HTML form. r=baku
2013-12-23 09:03:25 +00:00
Wes Kocher
53c4b1ac6a
Merge inbound to m-c
2013-12-20 18:42:04 -08:00
Ted Mielczarek
691df07b08
bug 918389 - move XPCOM abort messages into separate crash annotations. r=bsmedberg
...
--HG--
extra : rebase_source : d1762cb08c795020e2ca7612b903cd1f3d5ade50
2013-12-20 10:11:16 -05:00
Ted Mielczarek
0a92acb18d
Get rid of DOS line endings in test_crash_runtimeabort.js (no bug)
...
--HG--
extra : rebase_source : c59c15e2c3abde291d6a53a26c5f3d04aae8ab23
2013-12-20 10:11:04 -05:00
Afshin Mehrabani
a50a38a1d7
Bug 948879 - Add about.js and move inline js to it from about:
page. r=gavin, r=ttaubert
2013-12-20 11:37:48 -05:00
Wes Kocher
56d9fc8c65
Merge fx-team to m-c
2013-12-19 19:09:04 -08:00
Irving Reid
ad4482c525
Bug 899686: Mock out nsITimer to avoid race condition in tests; r=yoric
2013-12-20 11:44:21 -05:00
Mihai Sucan
e6218da369
Bug 843004 - Part 3: VariablesView ObjectActor pretty output; r=benvie,vporof
2013-12-18 20:17:05 +02:00
Mihai Sucan
e8dea1b10a
Bug 843004 - Part 2: ObjectActor grip changes to allow pretty output; r=benvie,past
2013-12-19 15:04:59 +02:00
Olli Pettay
1aad93b696
Bug 950342 - Random failures in toolkit/components/places/tests/browser/browser_visituri_privatebrowsing_perwindowpb.js, r=ehsan
...
--HG--
extra : rebase_source : c1965dc68e125f1523ee102900afa77ed57ff922
2013-12-19 14:54:58 +02:00
Richard Newman
22101601a0
Bug 949775 - UITelemetry should drop events on the floor if telemetry is disabled. r=mfinkle
2013-12-18 11:37:49 -08:00
Ryan VanderMeulen
e0b70558c2
Merge m-c to fx-team.
2013-12-18 21:29:09 -05:00
Ryan VanderMeulen
d0e2988561
Merge fx-team to m-c.
2013-12-18 21:19:33 -05:00
Nick Fitzgerald
d1c69daf69
Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past
2013-12-18 14:17:27 -08:00
Magnus Melin
1b43edb403
Bug 718532 - Error console reports an error on add-ons (first) installation attempt - Couldn't find value for key: TIME_SESSION_RESTORED. r=Unfocused
2013-12-18 23:09:44 +02:00
Nils Maier
ec65c8410d
Bug 950391 - Add nsIMemoryReporterManager.unregisterStrongReporter. r=njn
...
Also do not allow to register non-native components as weak reporters.
2013-12-18 13:00:03 -05:00
Carsten "Tomcat" Book
ba01aa3719
merge fx-team to mozilla-central
2013-12-18 15:47:44 +01:00
Michael Ratcliffe
8af158adc6
Bug 864098 - Add "Disable Cache" to options panel r=jwalker
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-18 09:34:49 +00:00
Phil Ringnalda
dbd8549587
Back out 837203a4e076 (bug 949775) for xpcshell bustage
...
CLOSED TREE
2013-12-17 23:24:20 -08:00
Richard Newman
d8759c122a
Bug 949775 - UITelemetry should drop events on the floor if telemetry is disabled. r=mfinkle
2013-12-17 21:47:58 -08:00
Richard Newman
2f1ca0adf2
Backed out changeset c4921ed6aef3 (bug 949775)
2013-12-17 21:44:33 -08:00
Wes Kocher
8c8f5e1dcb
Merge m-c to fx-team
2013-12-17 21:21:30 -08:00
Wes Kocher
29915a0f83
merge inbound to m-c
2013-12-17 21:00:02 -08:00
Richard Newman
f7ed4956e1
Bug 949775 - UITelemetry should drop events on the floor if telemetry is disabled. r=mfinkle
2013-12-17 20:44:13 -08:00
Vladan Djeric
6eac86074a
Bug 937915: Restore DB filenames in Telemetry SlowSQL strings. r=dteller
2013-12-17 19:07:18 -05:00
Wes Kocher
482ecb10dd
Merge m-c to inbound
2013-12-17 21:23:18 -08:00
Ryan VanderMeulen
b6a2d4d7d5
Bug 945667 - Disable browser_findbar.js on Linux due to relying on browser_aboutHome.js.
2013-12-17 22:10:29 -05:00
Ryan VanderMeulen
4c8d52b7b6
Merge m-c to fx-team.
2013-12-17 16:23:55 -05:00
Peiyong Lin
a5486abf32
Bug 951202 - Change bindings declared with declareLazyFFI to be enumerable. r=Yoric
...
--HG--
extra : rebase_source : 1f5260a3a579f09d30203d010cceaba0cf22cc2e
2013-12-17 16:29:17 -05:00
Justin Dolske
8841ee6dad
Bug 946549 - Remove dead code obsoleted by bug 355063 for filling passwords on load. r=MattN
2013-12-16 13:27:47 -08:00
Carsten "Tomcat" Book
b966ec963c
Backed out changeset 812c5f165aca (bug 864098) for XPC Bustage on a CLOSED TREE
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.html => browser/devtools/framework/test/browser_toolbox_options_disablejs.html
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.js => browser/devtools/framework/test/browser_toolbox_options_disablejs.js
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html
2013-12-17 13:58:55 +01:00
Carsten "Tomcat" Book
ce9863c36e
merge mozilla-central to fx-team
2013-12-17 13:17:04 +01:00
Carsten "Tomcat" Book
53aa4a4479
merge fx-team to mozilla-central
2013-12-17 12:47:11 +01:00
Michael Ratcliffe
fc851c63c7
Bug 864098 - Add "Disable Cache" to options panel r=jwalker
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-17 10:58:21 +00:00
Wes Kocher
f6e7cd0c87
Merge m-c to mozilla-inbound
2013-12-16 21:34:34 -08:00
Wes Kocher
56c7fcbb4e
Merge inbound to m-c
2013-12-16 21:33:31 -08:00
Shane Caraveo
c5597b6319
bug 935640 part 2 Australis, update social sidebar with new ux, activation panel, r=markh
2013-12-16 21:38:22 -08:00
Ryan VanderMeulen
c1ada276ac
Merge m-c to fx-team.
2013-12-16 17:00:19 -05:00
Ryan VanderMeulen
1037218183
Merge inbound to m-c.
2013-12-16 16:58:27 -05:00
Heather Arthur
5d4ec3539c
Bug 949678 - Rule view should show inline sheet links as 'inline:<lineno>' instead of '/:<lineno>' when source maps are enabled; r=pbrosset
2013-12-16 11:49:17 -08:00
Panos Astithas
fa291d77b5
Bug 773563 - Cleanup BTA_detach callers to avoid redundant state checks; r=robcee
2013-12-16 21:27:00 +02:00
Carsten "Tomcat" Book
8ff36a3e09
Merge mozilla-central to fx-team
2013-12-16 16:08:50 +01:00
Nick Alexander
709a4a7087
Bug 923950 - Fix Android single locale repacks. r=glandium
...
There are two parts to this. The first is to add AndroidManifest.xml
as a dependency to the "no dependencies" ap_ built during packaging.
The aapt call requires it. So "no dependencies" is more accurately
"no *resource* dependencies".
The second is to avoid including the Android res/ directory in the
language repack step. What happens is that the l10n.py script sees
the Android res/ files left in the dist/ directory after unpacking and
expects to find them in the objdir. They're not there, so the script
fails. To avoid this, we delete them after unpacking. See the
comments in packager.mk describing this process.
--HG--
extra : rebase_source : 35c3c125dddcd575c1a5e8ad58f9aa13ff2db4c3
2013-12-14 15:36:17 -08:00
Phil Ringnalda
abeca479be
Bug 934057 - Disable test_notifications_popup.html on Linux for constant failures
...
--HG--
extra : rebase_source : 1c585e1593ccfbcc5613ebe07aed594a0e8c762b
2013-12-15 21:17:52 -08:00
Phil Ringnalda
1ec93cb6e1
Back out 2412b1a7b97e (bug 863872) for Android xpcshell orange
2013-12-14 18:48:06 -08:00
Brian Grinstead
f9ce8121d8
Bug 950097 - [ruleview] Styles not being updated on some pages;r=paul
2013-12-13 13:17:23 -06:00
Peiyong Lin
ad799bb35f
Bug 943422 - Implement FileUtils.openAtomicFileOutputStream. r=Yoric
...
--HG--
extra : rebase_source : 054092dc72130bb4c60f48bb80a3ca0adfd42d45
2013-12-17 10:57:03 -05:00