Thomas Andersen
cce7da5c24
Bug 923856 - SyntaxError: JSON.parse: unexpected character
in network inspector response, r=msucan,vporof
2014-01-04 23:39:58 +02:00
Ehsan Akhgari
ebd358dfd7
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Roberto A. Vitillo
43f233935c
Bug 742500 - Disable expired telemetry probes. r=vladan
2014-01-03 12:02:48 -05:00
Ryan VanderMeulen
e6e40c1476
Backed out changeset 70fd824abff0 (bug 742500) for xpcshell orange.
2014-01-03 11:31:17 -05:00
Roberto A. Vitillo
2d9e9e6ac9
Bug 742500 - Disable expired telemetry probes. r=vladan
2014-01-03 09:28:07 -05:00
Ehsan Akhgari
8e0ed8e8dc
Merge m-c into b2g-inbound
2014-01-04 12:17:52 -05:00
Fabrice Desré
858ff95af6
Bug 956186 - Don't use hiddenwindow.html on b2g r=roc
2014-01-03 18:56:52 -08:00
Ted Mielczarek
bd5af141aa
Bug 953314 - Fix jsshell packaging of ICU libs, r=glandium
2014-01-03 08:00:37 -05:00
Tom Schuster
e64b35e141
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00
Gian-Carlo Pascutto
fab9cbb122
Bug 783047 - Update Application Reputation test for new SB interface. r=mmc
2014-01-16 09:27:59 +01:00
Gian-Carlo Pascutto
678476e864
Bug 783047 - Update tests to remove MAC support for SafeBrowsing. r=mmc,dcamp
2014-01-16 09:27:58 +01:00
Gian-Carlo Pascutto
1bcb47660a
Bug 783047 - Use HTTPS to download SafeBrowsing update chunks. r=mmc,dcamp
2014-01-16 09:27:58 +01:00
Gian-Carlo Pascutto
87ba1b8817
Bug 783047 - Remove MAC support from SafeBrowsing code. r=mmc,dcamp
2014-01-16 09:27:58 +01:00
Alex Henrie
52fcd58533
Bug 157846. Main patch: Propagate text <input> padding down to its scrolled child and add 1px left/right padding to stylesheets as needed. Fix tests. r=roc
...
Original patch by Charly Molter. Help from Robert O'Callahan and Jim Mathies.
--HG--
extra : rebase_source : eacfe5696e9831f149157bbd7fe697c0f8020604
2014-01-13 08:13:10 -05:00
Geoff Lankow
3ee3ffcb3b
Bug 960904 - Allow number pickers that don't stretch the full width in <setting>; r=Unfocused
2014-01-18 15:52:53 +13:00
Nicholas Hurley
2674a1f7ec
Bug 947745 - Clean up the seer database when it gets too big. r=honzab
2014-01-17 17:45:48 -08:00
Terrence Cole
10295353cd
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 4; r=sfink,r=bz
...
--HG--
extra : rebase_source : 8e1ff566f47795cd82e3f4c0a6fa37b88e7847b4
2014-01-17 10:08:51 -08:00
Ryan VanderMeulen
b22c58d0be
Merge m-c to inbound.
2014-01-17 15:17:49 -05:00
Xavier Fung
491ff4ca2f
Bug 892856 - Fix protobuf to build with VS2013 v2. r=mmc
2014-01-18 02:17:51 +09:00
Geoff Lankow
c90c71a1a7
Bug 953156 - Stop unregistering add-on chrome manifests at app shutdown; r=Unfocused
2013-12-27 11:39:28 +13:00
Wes Kocher
48cae0a5ad
Merge m-c to inbound
2014-01-09 17:05:12 -08:00
Nicholas Hurley
c68a1ad1ab
Bug 957759 - Remove SRV experiment code (helps prevent crashes). r=mcmanus
2014-01-09 13:50:04 -08:00
Ryan VanderMeulen
f427c884c8
Backed out 6 changesets (bug 939294) for B2G bustage on a CLOSED TREE.
...
Backed out changeset 8c3aa9973da0 (bug 939294)
Backed out changeset 37098c13e59e (bug 939294)
Backed out changeset 7c9ade6c871c (bug 939294)
Backed out changeset fed59539afc1 (bug 939294)
Backed out changeset 89e9d3fa16fc (bug 939294)
Backed out changeset c97e58ebc5f4 (bug 939294)
2014-01-09 14:17:39 -05:00
Ryan VanderMeulen
87f097c1ab
Backed out changeset e50da0289f45 (bug 791784) for Mutex leaks.
2014-01-13 10:25:24 -05:00
Benjamin Smedberg
43aa05ed91
Bug 875562 - Fill in some details in the crashreporter docs, r=gps
2014-01-10 14:33:25 -05:00
Art Rothstein
24a66c4e4a
Bug 791784 - Add serialization to avoid a thread race when a plug-in crashes during Firefox shutdown. r=ted
2014-01-13 09:19:04 -05:00
David Rajchenbach-Teller
756b05fa7c
Bug 878791 - Link OS.File to 'libc.so' and 'a.out' without further niceties. r=glandium
2014-01-13 09:09:30 -05:00
Marco Castelluccio
cbdb4499f1
Bug 762083 - Fix default database size. r=mak
2014-01-13 09:02:40 -05:00
Ehsan Akhgari
58ee2029fd
Merge m-c into inbound
2014-01-04 12:14:57 -05:00
Chris Peterson
4780db17f8
Bug 955890 - Part 2: Fix some undefined property warnings in DevTools JS. r=rcampbell
2013-12-31 20:18:13 -08:00
Chris Peterson
c5937fbed4
Bug 955890 - Part 1: Fix DevTools JS warnings about some code paths not returning a value. r=rcampbell
2013-12-31 19:28:42 -08:00
Wes Kocher
8c3262c603
Merge m-c to m-i
2014-01-02 20:03:37 -08:00
Magnus Melin
af4ea6007e
Bug 331772 - tooltiptext fails on XUL button in HTML page. r=enndeakin
2013-12-18 22:44:34 +02:00
Andrew McCreight
ef5c18438e
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
2013-12-31 09:20:21 -08:00
Ms2ger
fe059e78f7
Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal
2013-12-31 10:06:11 +01:00
Nicholas Nethercote
82b05b710d
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
...
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
2013-12-07 22:09:10 -08:00
Gary Houston
da9d71f9ef
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
6bc4f795b0
Merge inbound to m-c
2013-12-20 18:42:04 -08:00
Ted Mielczarek
6ce69a9951
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
1e5ce3aaa6
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
d099bd059a
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
f8ab24ed0d
Merge fx-team to m-c
2013-12-19 19:09:04 -08:00
Irving Reid
3ab6424026
Bug 899686: Mock out nsITimer to avoid race condition in tests; r=yoric
2013-12-20 11:44:21 -05:00
Mihai Sucan
7b4599def0
Bug 843004 - Part 3: VariablesView ObjectActor pretty output; r=benvie,vporof
2013-12-18 20:17:05 +02:00
Mihai Sucan
be2b346bce
Bug 843004 - Part 2: ObjectActor grip changes to allow pretty output; r=benvie,past
2013-12-19 15:04:59 +02:00
Olli Pettay
6542b39b15
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
ac19e6e7fe
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
ea4c47a22c
Merge m-c to fx-team.
2013-12-18 21:29:09 -05:00
Ryan VanderMeulen
fc14f925ac
Merge fx-team to m-c.
2013-12-18 21:19:33 -05:00
Nick Fitzgerald
00a923905f
Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past
2013-12-18 14:17:27 -08:00
Magnus Melin
c566117a60
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
bf1452f63e
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
74db7f02ee
merge fx-team to mozilla-central
2013-12-18 15:47:44 +01:00
Michael Ratcliffe
cb71ab3030
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
aa5bc02a60
Back out 837203a4e076 (bug 949775) for xpcshell bustage
...
CLOSED TREE
2013-12-17 23:24:20 -08:00
Richard Newman
2e56609280
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
4365aea2ef
Backed out changeset c4921ed6aef3 (bug 949775)
2013-12-17 21:44:33 -08:00
Wes Kocher
5a758c8dc1
Merge m-c to fx-team
2013-12-17 21:21:30 -08:00
Wes Kocher
c384670002
merge inbound to m-c
2013-12-17 21:00:02 -08:00
Richard Newman
4c33b177d4
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
50c44e9b84
Bug 937915: Restore DB filenames in Telemetry SlowSQL strings. r=dteller
2013-12-17 19:07:18 -05:00
Wes Kocher
fd98185e20
Merge m-c to inbound
2013-12-17 21:23:18 -08:00
Ryan VanderMeulen
43049459ca
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
d4e33a3678
Merge m-c to fx-team.
2013-12-17 16:23:55 -05:00
Peiyong Lin
ce5657ade4
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
406f121ef5
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
d1cebfc090
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
62d3bc827f
merge mozilla-central to fx-team
2013-12-17 13:17:04 +01:00
Carsten "Tomcat" Book
bff1b29596
merge fx-team to mozilla-central
2013-12-17 12:47:11 +01:00
Michael Ratcliffe
975eb6e7c7
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
673ea4ce05
Merge m-c to mozilla-inbound
2013-12-16 21:34:34 -08:00
Wes Kocher
4aa54685e4
Merge inbound to m-c
2013-12-16 21:33:31 -08:00
Shane Caraveo
21bd271387
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
f86ed7f929
Merge m-c to fx-team.
2013-12-16 17:00:19 -05:00
Ryan VanderMeulen
c173096f45
Merge inbound to m-c.
2013-12-16 16:58:27 -05:00
Heather Arthur
b5b4861210
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
c5250fd127
Bug 773563 - Cleanup BTA_detach callers to avoid redundant state checks; r=robcee
2013-12-16 21:27:00 +02:00
Carsten "Tomcat" Book
749dc7e0bb
Merge mozilla-central to fx-team
2013-12-16 16:08:50 +01:00
Nick Alexander
19db3a26ae
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
6dca4a53b6
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
cd83cd0f99
Back out 2412b1a7b97e (bug 863872) for Android xpcshell orange
2013-12-14 18:48:06 -08:00
Brian Grinstead
163cea2fc8
Bug 950097 - [ruleview] Styles not being updated on some pages;r=paul
2013-12-13 13:17:23 -06:00
Peiyong Lin
ecc882cb2b
Bug 943422 - Implement FileUtils.openAtomicFileOutputStream. r=Yoric
...
--HG--
extra : rebase_source : 054092dc72130bb4c60f48bb80a3ca0adfd42d45
2013-12-17 10:57:03 -05:00
Benjamin Smedberg
b68e9f44c2
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
018e03fe74
bug 887321 - initial OCSP stapling telemetry r=briansmith
2013-12-16 09:32:16 -08:00
Jim Mathies
52720c6b62
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
af95c9e20c
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
6907184d47
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
1b4f5fb9ca
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
7ab82a59e3
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
e800a27208
Merge mozilla-central to mozilla-inbound
2013-12-17 13:16:00 +01:00
Henri Sivonen
eb366090d3
Bug 949345 - Gather telemetry about non-default Cyrillic legacy encodings. r=emk,f=sstamm.
2013-12-17 12:47:25 +02:00
Bill McCloskey
f833fb3bba
Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe)
2013-11-23 21:32:27 -08:00
Gregory Szorc
158ed8b3ec
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
e31b568a53
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
41d0c5ae10
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
883bf3234f
Bug 949334 - Use FINAL_LIBRARY for webrtc. r=gps
2013-12-14 11:38:53 +09:00
Nathan Froyd
5353219d93
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
87b54a8b2a
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
bedebba3e6
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
fa1315905a
Bug 888373: Simple API for detecting startup/shutdown crashes;r=yoric,gps
2013-11-15 16:46:44 +01:00
Steven MacLeod
8b18c8d467
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
98fa1513ce
Bug 951609 - Fix scope issues in child.js. r=ochameau
2013-12-18 13:18:25 -05:00
Irving Reid
382b079f04
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
8e66a2a341
Bug 951658 - Kill the inspector front even if walker.release() failed. r=pbrosset
2013-12-18 12:41:28 -05:00
Florian Quèze
86092d2582
Bug 930641 - Remove the social.allowMultipleWorkers preference, r=mixedpuppy.
2013-12-18 16:50:05 +01:00
Carsten "Tomcat" Book
ca657b39c3
Merge mozilla-central to fx-team
2013-12-18 13:03:15 +01:00
Monica Chew
2fab6d0ba7
Bug 837202: Add telemetry for application reputation check (r=paolo,yoric)
2013-12-12 11:20:11 -08:00
Mike Conley
be16f6aa1b
Backout fa2130fc4f08 (bug 863872) due to xpcshell orange. r=bustage-fix for CLOSED TREE.
2013-12-13 16:33:13 -05:00
Ryan VanderMeulen
832ea94fdc
Merge m-c to inbound.
2013-12-13 16:16:46 -05:00
Ryan VanderMeulen
62591c8121
Merge inbound to m-c.
2013-12-13 16:15:52 -05:00
Brian R. Bondy
bf03b48c00
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
68c4cace2c
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
aa49cfcd54
Merge inbound to m-c
2013-12-12 19:12:51 -08:00
Bill McCloskey
4101b4ec1c
Bug 948238 - Fix ASAN bustage on a CLOSED TREE
2013-12-12 15:27:07 -08:00
Jared Wein
90703a90cc
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
55f7d241ed
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
3c93df3b66
Bug 940821 - Build crashreporter in unified mode; r=ted
2013-12-13 09:55:39 -05:00
Carsten "Tomcat" Book
3f8534a48d
merge mozilla-central to fx-team
2013-12-12 16:09:30 +01:00
Carsten "Tomcat" Book
9a8b0c002e
merge fx-team to mozilla-central
2013-12-12 13:28:08 +01:00
Matt Brubeck
5c4da18c4e
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
3b4d0b0ba7
Back out c237f02b3578 (bug 946296) because it broke mochitest-metro-chrome
2013-12-11 18:46:53 -08:00
Matt Brubeck
b35048a505
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
6fade1ad27
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
0fbb4496df
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
f7429af385
Merge fx-team to m-c.
2013-12-11 13:29:43 -05:00
Carsten "Tomcat" Book
a7a7bbcfe5
merge fx-team to mozilla-central
2013-12-11 10:15:44 +01:00
Matthew Noorenberghe
2d42596805
Bug 897074 - Lower MAX_SEARCH_TOKENS to 10 in FormHistory.jsm. r=dolske
2013-12-11 00:05:31 -08:00
Matthew Noorenberghe
d86f519f98
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
b32b498134
Bug 937377 - [e10s] Selecting an item in a <select> should trigger onChange (r=felipe)
2013-12-10 13:46:21 -08:00
Avi Halachmi
1428ce3beb
Bug 945044: about:telemetry - keep sections states on reload, add histograms filter. r=vladan
2013-12-10 22:54:01 +02:00
Ryan VanderMeulen
e6e2bad3d0
Merge fx-team to m-c.
2013-12-10 15:39:40 -05:00
Richard Newman
fb6845b990
Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle
2013-12-10 10:41:34 -08:00
Mark Finkle
af612934e1
Bug 927128 - Keep GeckoView limited to Nightly only (part 2) r=glandium
2013-12-10 01:07:43 -05:00
Drew Willcoxon
a634f7f7b9
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
15c6ad1a06
Merge fx-team to m-c.
2013-12-09 17:21:47 -05:00
Panos Astithas
0a88c79288
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
488d65b1a9
merge mozilla-inbound to mozilla-central
2013-12-09 09:02:29 +01:00
Mike Hommey
ae9cd73b74
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
2bfcffdc08
Bug 947406 - Don't return promise when done with package upload. r=ochameau
2013-12-06 14:49:17 -06:00
Phil Ringnalda
e2e1627d17
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
cd7b33e9b2
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
28919a5971
Bug 798033 - Remove 'using namespace' from toolkit/ headers. r=bsmedberg
2013-12-08 21:53:46 -05:00
Birunthan Mohanathas
759ab69b0a
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
2a97f4dc0d
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
2013-12-08 21:52:33 -05:00
Nicholas Nethercote
1e79a74289
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
0b9a804eb0
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
1ef2e1c103
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
cbbd892707
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
a7395d2ec6
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
272680cf26
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
cc35ebc305
Bug 929012 - Annotate on crash reports that content processes are turned on (r=bsmedberg)
2013-12-12 14:17:37 -08:00
Bill McCloskey
c4c1d8233a
Bug 948238 - Read browser.tabs.remote once at startup and never again (r=bsmedberg)
2013-12-12 14:13:20 -08:00
Ryan VanderMeulen
9a5a3e3614
Merge m-c to inbound.
2013-12-11 13:38:14 -05:00
Olli Pettay
dc7ac942d1
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
85a6cc1ff4
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
eb341a9af3
Bug 866080 - Use Android I420ColorConverter in OMX plugin r=sotaro,doublec
2013-12-17 11:58:16 +13:00
Florian Quèze
708945744b
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
5d34040335
Bug 951874 - self-hosted functions shouldn't appear in the Tracer; r=vporof
2013-12-19 10:41:34 -08:00
Felipe Gomes
64e90d3924
Bug 897061 - [e10s] Implement support for form autocomplete. r=markh
2013-12-06 22:02:05 -02:00
Wes Kocher
9adc4ab543
Backed out changeset 16628db76c3c (bug 863872) for debug xpcshell test failures
2013-12-06 17:10:09 -06:00
Mike Conley
711f32ba5c
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
c9914538c1
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
907dfc4528
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Ryan VanderMeulen
805a7b43a2
Backed out changeset b6b911ca4dd8 (bug 837202) for OSX bustage.
...
CLOSED TREE
2013-12-12 14:42:04 -05:00
Trevor Saunders
81260b0a39
bug 947022 - type nsIPresShell::mForwardingContainer and nsPresContext::mContainer r=bz
2013-11-20 14:18:25 -05:00
Trevor Saunders
dde9f180ab
bug 943023 - unify some of toolkit/components/url-classifier/ r=ehsan
2013-11-25 14:28:06 -05:00
Andrea Marchesini
578ebe29fb
Bug 887836 - URLSearchParams and URL, r=ehsan, r=bz, r=smaug
...
--HG--
rename : dom/workers/test/urlSearchparams_worker.js => dom/workers/test/urlSearchParams_worker.js
2013-12-12 19:30:27 +00:00
Monica Chew
7cda075b95
Bug 837202: Add telemetry for application reputation check (r=paolo,yoric)
2013-12-12 11:20:11 -08:00
Michael Brennan
c186d04972
Bug 888373: Simple API for detecting startup/shutdown crashes - tests;r=yoric,gps
2013-08-20 22:46:38 +02:00
Yura Zenevich
4ea9895a5f
Bug 853439 - Add tests for js-ctypes bindings for sqlite. r=yoric, r=gps
2013-12-19 11:47:27 -05:00
Yura Zenevich
38024c8146
Bug 853439 - Add js-ctypes bindings for sqlite. r=yoric, r=gps, sr=Mossop
2013-12-19 11:47:25 -05:00
Paul Rouget
6bb93c4d8d
Bug 951616 - Use docshell to get manifest url. r=ochameau
2013-12-19 11:32:13 -05:00
Heather Arthur
d8ea087d7d
Bug 949556 - Add Firefox 26-28 backwards compatibility to Style Editor. r=paul
2013-12-19 11:32:12 -05:00
Dustin J. Mitchell
d33714f84c
Bug 803188 - Support converting between file paths and file:/// uris in OS.File. r=Yoric
2013-12-16 14:55:37 -05:00
Manish Goregaokar
59c7faa816
Bug 425145 - Add a preference to override autocomplete=off for password manager. r=gavin
2013-12-19 11:32:09 -05:00
J. Ryan Stinnett
8c53f25d2b
Bug 946813 - Part 0: Backout ef84114446cc (bug 941012) for breaking browser debugger. r=bustage
...
--HG--
extra : rebase_source : d2f9506adc15b5f72c0dda2fd4f28deabbf874ec
2013-12-18 12:48:38 -06:00
Art Rothstein
d0b6f5c706
Bug 791784 - Add serialization to avoid a thread race when a plug-in crashes during Firefox shutdown. r=ted, r=bsmedberg
2014-01-15 10:03:14 -05:00
Andrea Marchesini
bfbfe3fb50
Bug 959684 - Implement URLSearchParams stringifier. r=ehsan
2014-01-15 09:50:18 -05:00
Olli Pettay
42d2663026
Bug 948092, Random failure in test_largemenu.xul, r=roc
...
--HG--
extra : rebase_source : 178c57b3dff9012ef9e95e379e668da4186bac6b
2014-01-15 14:00:44 +02:00
Masatoshi Kimura
dca21c697c
Bug 952961 - Remove our own executable check and pref check, and added a regitry check when downloading a file. r=paolo
2014-01-12 17:05:28 +09:00
Brian Smith
54577ca0b6
Bug 957665: Add telemetry to measure how many people have OCSP enabled, r=keeler
...
--HG--
extra : rebase_source : e6dd0d7d06ce0eb5b2f34a77a851dd7c0655ac3e
2014-01-08 08:59:53 -08:00
Trevor Saunders
9478cae48b
bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug
2014-01-06 17:34:15 -05:00
Robert Strong
61abc7999a
Part 2 of Bug 930194 - Add prerequisite checks for MozillaMaintenance Service tests that fail the tests if the build system is not properly configured. r=bbondy
2014-01-10 18:45:54 -08:00
Bill McCloskey
a6625bd8f0
Bug 957427 - Expose an nsILoadContext shim in nsIFrameLoader (r=smaug)
2014-01-10 17:10:57 -08:00
Jeff Walden
6e6ec86b96
Bug 724768 - Store the various properties of Error objects in reserved slots, and eagerly create the stack string for them. r=bhackett for the TI bits, r=jimb otherwise
...
--HG--
extra : rebase_source : b1fc9b1f09c36a9f936aa518d53001f430808f95
2012-12-17 14:53:35 -05:00
Ryan VanderMeulen
ae7c01efb4
Merge m-c to inbound.
2013-12-06 16:13:37 -05:00
Ryan VanderMeulen
e384e116bb
Merge fx-team to m-c.
2013-12-06 16:03:56 -05:00
Bobby Holley
4d56f0a83d
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-06 12:01:42 -08:00
Nick Fitzgerald
25be8aab63
Bug 917983 - BreakpointActor instances should be saved in the threadLifetimePool; r=past
2013-12-06 09:25:58 -08:00
Mark Finkle
b14919adcd
Bug 927128 - Keep GeckoView limited to Nightly only r=glandium
2013-12-06 10:05:02 -05:00
Carsten "Tomcat" Book
d07f809da6
merge fx-team to mozilla-central
2013-12-06 13:31:26 +01:00
Carsten "Tomcat" Book
f0d2b953c5
Backed out changeset 374e44c835a8 (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:41:42 +01:00
Carsten "Tomcat" Book
b6007c09a9
Merge m-c to fx-team
2013-12-06 07:58:06 +01:00
Mike Hommey
e5a9d37fc8
Bug 946605 - Fix typo from bug 943728 in packager.mk breaking mac l10n builds. r=mshal
2013-12-06 08:45:30 +09:00
Nick Fitzgerald
472b6d7295
Bug 917982 - The ThreadActor's threadLifetimePool should actually have the same lifetime as the thread; r=jimb
2013-12-05 16:33:53 -08:00
Carsten "Tomcat" Book
98f8ce0778
Merge m-c to mozilla-inbound
2013-12-06 07:38:31 +01:00
Bobby Holley
c8308277c1
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-05 21:34:17 -08:00
Nicholas Hurley
8bf190eb1a
Bug 942317 - An experiment to test how reachable SRV records are in the wild. r=mcmanus
2013-12-05 15:23:22 -08:00
Josh Aas
3addb2f067
Bug 852648: Add support for native Notification Center alerts on OS X. r=wchen,mstange
2013-12-05 17:05:10 -06:00