Carsten "Tomcat" Book
63b88cc2fa
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
22ee602f06
merge mozilla-central to fx-team
2013-12-17 13:17:04 +01:00
Carsten "Tomcat" Book
b6ee9780c4
merge fx-team to mozilla-central
2013-12-17 12:47:11 +01:00
Michael Ratcliffe
63a781b7e1
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
1280a9d9a4
Merge m-c to mozilla-inbound
2013-12-16 21:34:34 -08:00
Wes Kocher
b8a8bd4ca4
Merge inbound to m-c
2013-12-16 21:33:31 -08:00
Shane Caraveo
26a7f2e9b1
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
64cc5ca3eb
Merge m-c to fx-team.
2013-12-16 17:00:19 -05:00
Ryan VanderMeulen
1afb369d7b
Merge inbound to m-c.
2013-12-16 16:58:27 -05:00
Heather Arthur
f22df63ea1
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
b8d78d3bd3
Bug 773563 - Cleanup BTA_detach callers to avoid redundant state checks; r=robcee
2013-12-16 21:27:00 +02:00
Carsten "Tomcat" Book
945b5cb10e
Merge mozilla-central to fx-team
2013-12-16 16:08:50 +01:00
Nick Alexander
e0226fc1b7
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
29c097638f
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
cd4db255b7
Back out 2412b1a7b97e (bug 863872) for Android xpcshell orange
2013-12-14 18:48:06 -08:00
Brian Grinstead
4783fb9e1f
Bug 950097 - [ruleview] Styles not being updated on some pages;r=paul
2013-12-13 13:17:23 -06:00
Peiyong Lin
78859822c6
Bug 943422 - Implement FileUtils.openAtomicFileOutputStream. r=Yoric
...
--HG--
extra : rebase_source : 054092dc72130bb4c60f48bb80a3ca0adfd42d45
2013-12-17 10:57:03 -05:00
Benjamin Smedberg
27a6ed9eb4
Bug 853973 - If a plugin is overlayed by other content on the page, then treat it as a hidden plugin: hide the overlay and present the infobar for click-to-play or crashed plugins, r=jaws
2013-12-17 10:53:32 -05:00
David Keeler
c5f0099402
bug 887321 - initial OCSP stapling telemetry r=briansmith
2013-12-16 09:32:16 -08:00
Jim Mathies
f07ef3ba59
Bug 950288 - Update the last run id when the browser launches so it's always up to date. r=bbondy
2013-12-16 11:06:08 -06:00
Nicholas Nethercote
3b7c5d2e8c
Bug 945973 (part 4) - Add SystemMemoryReporter, which presents Linux-specific, system-wide memory measurements taken from the OS. r=glandium.
...
--HG--
extra : rebase_source : 032d1d2944b790ac9e9e4d7f18c8ac9d79858ef3
2013-12-04 19:32:50 -08:00
Nicholas Nethercote
0c6f2b5076
Bug 945973 (part 3) - Fix some trivial reporter/report confusions in aboutMemory.js. r=mccr8.
...
--HG--
extra : rebase_source : 12eec13cd507100fa29bf798372784d5d8bcfbdb
2013-12-03 20:20:15 -08:00
Nicholas Nethercote
c5dab89370
Bug 945973 (part 2) - Don't complain if there aren't any "explicit" reports for a process. r=mccr8.
...
--HG--
extra : rebase_source : 05129260b8a3e7cfbdadcecffe4c18715254323c
2013-12-03 20:19:41 -08:00
Nicholas Nethercote
392bf9cb31
Bug 945973 (part 1) - Remove about:memory's is-a-sentence description check. r=mccr8.
...
--HG--
extra : rebase_source : bf47145a953a23b73fa1e7c441b695ffeceafbb8
2013-12-03 20:10:59 -08:00
Carsten "Tomcat" Book
799e8605e5
Merge mozilla-central to mozilla-inbound
2013-12-17 13:16:00 +01:00
Henri Sivonen
8f254a1c64
Bug 949345 - Gather telemetry about non-default Cyrillic legacy encodings. r=emk,f=sstamm.
2013-12-17 12:47:25 +02:00
Bill McCloskey
03d3b6d23d
Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe)
2013-11-23 21:32:27 -08:00
Gregory Szorc
461b5aef7e
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Benjamin Smedberg
c1d7e0f7f3
Bug 941137 followup - fix xpcshell test which expects the test plugin to be click-to-activate to actually set the state it desires.
2013-11-21 12:37:47 -05:00
Mike Conley
e6246f9341
Bug 863872 - If we have overdue TelemetryPings, try to send them all. r=nfroyd, feedback=irving.
2013-12-14 15:30:00 -05:00
Mike Hommey
0f2cce4150
Bug 949334 - Use FINAL_LIBRARY for webrtc. r=gps
2013-12-14 11:38:53 +09:00
Nathan Froyd
c429c9c441
Bug 932285 - part 3 - don't export comments to telemetry's string table; r=vladan
2013-12-06 15:18:48 -05:00
Nathan Froyd
4c8765f1fa
Bug 932285 - part 2 - convert nsITelemetry.registeredHistograms to a function returning an array; r=vladan
2013-12-13 12:56:11 -05:00
Nathan Froyd
12daf67baf
Bug 932285 - part 1 - iterate over registered histograms, then check existence in snapshots; r=vladan
2013-12-13 12:22:02 -05:00
Michael Brennan
8e01e3a394
Bug 888373: Simple API for detecting startup/shutdown crashes;r=yoric,gps
2013-11-15 16:46:44 +01:00
Steven MacLeod
9def5fb33a
Bug 945809 - Add Telemetry for Session Store data collection in the frame script. r=ttaubert
...
X-Git-Commit-ID: 0ef7d331d06ef7e28a25932914128a7d7ff63d84
2013-12-18 21:29:54 +01:00
Paul Rouget
621c39f555
Bug 951609 - Fix scope issues in child.js. r=ochameau
2013-12-18 13:18:25 -05:00
Irving Reid
5c1830a434
Bug 883739 - Set the correct pref so test_update.js does not access services.a.m.o. r=Mossop
2013-12-18 12:24:52 -05:00
Paul Rouget
054f7d7a84
Bug 951658 - Kill the inspector front even if walker.release() failed. r=pbrosset
2013-12-18 12:41:28 -05:00
Florian Quèze
e4f545eb35
Bug 930641 - Remove the social.allowMultipleWorkers preference, r=mixedpuppy.
2013-12-18 16:50:05 +01:00
Carsten "Tomcat" Book
b799d3be03
Merge mozilla-central to fx-team
2013-12-18 13:03:15 +01:00
Monica Chew
f286cbfec8
Bug 837202: Add telemetry for application reputation check (r=paolo,yoric)
2013-12-12 11:20:11 -08:00
Mike Conley
0032d627e3
Backout fa2130fc4f08 (bug 863872) due to xpcshell orange. r=bustage-fix for CLOSED TREE.
2013-12-13 16:33:13 -05:00
Ryan VanderMeulen
adf6ecbe13
Merge m-c to inbound.
2013-12-13 16:16:46 -05:00
Ryan VanderMeulen
c7ce80e17d
Merge inbound to m-c.
2013-12-13 16:15:52 -05:00
Brian R. Bondy
e2cb100a24
Bug 945829 - Metrofox hangs on startup when trying to show the profile chooser dialog. r=jimm
2013-12-13 12:12:00 -05:00
Jim Mathies
5e155a22a4
Bug 949590 - When switching browsers, wait for the previous instance to close the profile before launching. r=bbondy
2013-12-13 09:51:21 -06:00
Wes Kocher
3b7fc0a192
Merge inbound to m-c
2013-12-12 19:12:51 -08:00
Bill McCloskey
1c2ce4d177
Bug 948238 - Fix ASAN bustage on a CLOSED TREE
2013-12-12 15:27:07 -08:00
Jared Wein
1e5e5802de
Bug 926487 - Replace className comparisons with classList.contains in viewSource.js. r=Unfocused
...
--HG--
extra : rebase_source : 1e5a9b55e2c455b08454e8bd17afe4412f42a042
2013-12-12 18:14:25 -05:00
Mike Conley
0db316251a
Bug 863872 - If we have overdue TelemetryPings, try to send them all. r=nfroyd, feedback=irving.
2013-12-06 16:37:52 -05:00
Ehsan Akhgari
d009c157e2
Bug 940821 - Build crashreporter in unified mode; r=ted
2013-12-13 09:55:39 -05:00
Carsten "Tomcat" Book
1afaf84b1f
merge mozilla-central to fx-team
2013-12-12 16:09:30 +01:00
Carsten "Tomcat" Book
1aface9dae
merge fx-team to mozilla-central
2013-12-12 13:28:08 +01:00
Matt Brubeck
411cdadc85
Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused]
2013-12-11 16:23:36 -08:00
Matt Brubeck
f22f1abbbf
Back out c237f02b3578 (bug 946296) because it broke mochitest-metro-chrome
2013-12-11 18:46:53 -08:00
Matt Brubeck
761e142d7e
Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused]
2013-12-11 16:23:36 -08:00
Nick Alexander
42814c41ba
Bug 934646 - Part 3: Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
...
--HG--
rename : mobile/android/base/resources/drawable-mdpi/crash_reporter.png => mobile/android/base/crashreporter/res/drawable-mdpi/crash_reporter.png
rename : mobile/android/base/resources/layout/crash_reporter.xml => mobile/android/base/crashreporter/res/layout/crash_reporter.xml
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
extra : rebase_source : f6ec8a38594e70520b10202c735dc019f8c856fd
2013-12-11 21:20:07 -08:00
Tim Taubert
b1670632a9
Bug 947583 - Fix "this.updateProviderURLs is not a function" when toggling "Block reported attack sites" preference r=dolske
...
From 8ba7cef13d00454ddcdec7e4f8eb32bcb6bee5ac Mon Sep 17 00:00:00 2001
2013-12-07 09:50:19 +01:00
Ryan VanderMeulen
6292d5e586
Merge fx-team to m-c.
2013-12-11 13:29:43 -05:00
Carsten "Tomcat" Book
ee52c53bd6
merge fx-team to mozilla-central
2013-12-11 10:15:44 +01:00
Matthew Noorenberghe
5216e8d870
Bug 897074 - Lower MAX_SEARCH_TOKENS to 10 in FormHistory.jsm. r=dolske
2013-12-11 00:05:31 -08:00
Matthew Noorenberghe
ae221c76c9
Bug 897074 - Limit the number of tokens used in satchel's getAutoCompleteResults SQL queries. r=dolske
2013-12-10 23:34:42 -08:00
Bill McCloskey
6d247186d3
Bug 937377 - [e10s] Selecting an item in a <select> should trigger onChange (r=felipe)
2013-12-10 13:46:21 -08:00
Avi Halachmi
0aaf21a882
Bug 945044: about:telemetry - keep sections states on reload, add histograms filter. r=vladan
2013-12-10 22:54:01 +02:00
Ryan VanderMeulen
ea9bd0cd52
Merge fx-team to m-c.
2013-12-10 15:39:40 -05:00
Richard Newman
42328ed006
Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle
2013-12-10 10:41:34 -08:00
Mark Finkle
5308cee8e6
Bug 927128 - Keep GeckoView limited to Nightly only (part 2) r=glandium
2013-12-10 01:07:43 -05:00
Drew Willcoxon
b588f853ba
Bug 923345 - Fix intermittent failure in test/browser_thumbnails_background_crash.js by splitting it up. r=markh
2013-12-09 19:52:51 -08:00
Ryan VanderMeulen
afbf215b68
Merge fx-team to m-c.
2013-12-09 17:21:47 -05:00
Panos Astithas
c6ed34d80c
Forbid out of order resumption when two tabs with the same URL are paused (bug 947830); r=fitzgen
...
Also consider stepping actions as a form of resumption and require the same resumption order when multiple tabs are paused.
2013-12-09 22:09:15 +02:00
Carsten "Tomcat" Book
2810be48a5
merge mozilla-inbound to mozilla-central
2013-12-09 09:02:29 +01:00
Mike Hommey
b04de440a0
Bug 946175 - Forbid assigning over a value previously set in moz.build. r=gps
2013-12-09 13:34:00 +09:00
J. Ryan Stinnett
ce820d6c8d
Bug 947406 - Don't return promise when done with package upload. r=ochameau
2013-12-06 14:49:17 -06:00
Phil Ringnalda
d1ba8751f2
Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test
2013-12-07 11:08:56 -08:00
Shu-yu Guo
68acc16209
Bug 946641 - Part 2: Revert in Debugger frontend to balance event suppression/unsuppression. (r=past)
2013-12-06 19:31:09 -08:00
Birunthan Mohanathas
3843245930
Bug 798033 - Remove 'using namespace' from toolkit/ headers. r=bsmedberg
2013-12-08 21:53:46 -05:00
Birunthan Mohanathas
58325c73be
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
...
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
2013-12-08 21:52:54 -05:00
Birunthan Mohanathas
bd0f161288
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
2013-12-08 21:52:33 -05:00
Nicholas Nethercote
cc1728f40f
Bug 947802 (part 2) - Replace enumerateReporters() with getReportsForThisProcess(). r=mccr8.
...
--HG--
extra : rebase_source : 1c70e838e3600745f69c5772a084398f78d4c477
2013-12-01 16:29:37 -08:00
Nicholas Nethercote
67495eb7f8
Bug 947798 (part 1) - Rename NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN as MOZ_DEFINE_MALLOC_SIZE_OF. r=mccr8.
...
--HG--
extra : rebase_source : ec09d4c31264c15befb020375bf001a1ad1df6b8
2013-12-07 21:38:32 -08:00
Heather Arthur
a7060d94f3
Bug 926014 - Support CSS source maps; r=dcamp
...
--HG--
rename : browser/devtools/styleeditor/StyleEditorPanel.jsm => browser/devtools/styleeditor/styleeditor-panel.js
2013-12-06 23:52:32 -08:00
Cameron McCormack
ceb1aa1857
Bug 948782 - Make test_alerts_noobserve.html wait until its alerts have disappeared before finishing. r=wchen
2013-12-12 13:08:35 +11:00
Bobby Holley
c2e3e33a71
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
...
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
2013-12-11 17:51:58 -08:00
Steven MacLeod
bfc2d9d473
Bug 943571 - Introduce a test for invalid engine files loaded from a dir. r=gavin
2013-12-11 14:15:16 -05:00
Bill McCloskey
1281160358
Bug 929012 - Annotate on crash reports that content processes are turned on (r=bsmedberg)
2013-12-12 14:17:37 -08:00
Bill McCloskey
88328fd5a2
Bug 948238 - Read browser.tabs.remote once at startup and never again (r=bsmedberg)
2013-12-12 14:13:20 -08:00
Ryan VanderMeulen
1a13081f93
Merge m-c to inbound.
2013-12-11 13:38:14 -05:00
Olli Pettay
9e09f5ea01
Bug 941587 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/toolkit/components/satchel/test/browser/browser_privbrowsing_perwindowpb.js, r=ehsan
2013-12-11 16:41:46 +02:00
Mike Conley
3fb294ecc2
Bug 863872 - If we have overdue TelemetryPings, try to send them all. r=nfroyd, feedback=irving.
2013-12-14 15:30:00 -05:00
Edwin Flores
66181fe3a2
Bug 866080 - Use Android I420ColorConverter in OMX plugin r=sotaro,doublec
2013-12-17 11:58:16 +13:00
Florian Quèze
8bd495a00d
Bug 723951 - Popup notification does not continue when the tab move to other window, r=felipe.
2013-12-19 22:16:10 +01:00
Nick Fitzgerald
c494eef249
Bug 951874 - self-hosted functions shouldn't appear in the Tracer; r=vporof
2013-12-19 10:41:34 -08:00
Felipe Gomes
e879c2cc1a
Bug 897061 - [e10s] Implement support for form autocomplete. r=markh
2013-12-06 22:02:05 -02:00
Wes Kocher
b3149a4c84
Backed out changeset 16628db76c3c (bug 863872) for debug xpcshell test failures
2013-12-06 17:10:09 -06:00
Mike Conley
3cf0bd4cc1
Bug 863872 - If we have overdue TelemetryPings, try to send them all. r=nfroyd, feedback=irving.
2013-12-06 16:37:52 -05:00
Jason Orendorff
ed8608408f
Bug 948134 - Fix "value is not defined" in PlacesDBUtils.jsm. r=adw.
...
--HG--
extra : rebase_source : b9ff5eed8eae0f14dd231a842cbd9e49d7b8a03c
2013-12-16 06:02:26 -06:00
Trevor Saunders
c2b2fcd3d4
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Ryan VanderMeulen
b157711256
Backed out changeset b6b911ca4dd8 (bug 837202) for OSX bustage.
...
CLOSED TREE
2013-12-12 14:42:04 -05:00
Trevor Saunders
1e02452a1d
bug 947022 - type nsIPresShell::mForwardingContainer and nsPresContext::mContainer r=bz
2013-11-20 14:18:25 -05:00