Commit Graph

22982 Commits

Author SHA1 Message Date
Nick Fitzgerald
6c092b83f0 Bug 958303 - Remove named function expressions from dbg-client.jsm; r=benvie 2014-01-09 15:06:44 -08:00
Roberto A. Vitillo
f535edc64b Bug 957156 - Expire telemetry histograms by default also in development channels. r=vladan 2014-01-09 13:20:41 -05:00
Roberto A. Vitillo
84ced2847e Bug 956715 - Allow missing "expires_in_version" in histogram definition. r=froydnj 2014-01-09 13:20:12 -05:00
Peiyong Lin
fcdc02aad5 Bug 943021 - Safebrowsing service should use fallible arrays for its buffers. r=gcp 2014-01-09 13:17:28 -05:00
Mike de Boer
e9b4243955 Bug 951142: check for a close method to be present on the binding before invoking it. r=gavin 2014-01-09 11:59:58 +01:00
Drew Willcoxon
174a50ba42 Bug 809056 - Reduce thumbnailing impact by capturing and storing only top sites. r=markh 2014-01-07 12:59:18 -08:00
Matt Brubeck
9ec3d0aeae Bug 916481 - Make Finder.jsm send back the selection rect of the find result [r=evilpie,emtwo] 2014-01-09 07:58:26 -08:00
Carsten "Tomcat" Book
2aaf3a1659 Merge mozilla-central to fx-team 2014-01-09 13:02:29 +01:00
Patrick Brosset
bf502a47dd Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul 2014-01-09 12:36:01 +01:00
Wes Kocher
b63f8189b5 Backed out changeset f552ce04bc36 (bug 809056) for m-bc orange 2014-01-08 22:02:28 -08:00
Wes Kocher
b0af274a2b Merge m-c to inbound 2014-01-08 18:14:55 -08:00
Edwin Flores
cc261191c9 Bug 953394 - Build changes for OMX support on Android KitKat r=khuey 2014-01-09 14:54:56 +13:00
Wes Kocher
d90da0363b Merge fx-team to m-c 2014-01-08 17:30:12 -08:00
Wes Kocher
66a8249824 Backed out changeset c260f6234cc1 (bug 952543) for xpcshell orange 2014-01-08 14:31:05 -08:00
Irving Reid
a86d460ee1 Bug 952543 - Record add-on manager start up exceptions in Telemetry. r=mossop 2014-01-08 12:09:08 -05:00
Drew Willcoxon
05659a73f5 Bug 809056 - Reduce thumbnailing impact by capturing and storing only top sites. r=markh 2014-01-07 12:59:18 -08:00
Wes Kocher
ccb296be8e Merge m-c to b2g-inbound 2014-01-09 17:10:46 -08:00
Fabrice Desré
39a69e390d Bug 958250 - Improve lazy loading in TelemetryPing.js r=nfroyd 2014-01-09 14:06:02 -08:00
Neil Rashbrook
465a600b29 Bug 514173 Make literal string buffers shareable r=dbaron,ehsan,bholley 2014-01-08 20:51:38 +00:00
Steven MacLeod
8566606567 Bug 945667 - Disable failing portion of browser_aboutHome.js and enable the dependent tests. r=gavin 2014-01-08 15:58:47 -05:00
Robert Strong
0ed9d5a85d Bug 885096 - hasMutex should not be called from a lazy getter. r=bbondy 2014-01-23 17:30:26 -08:00
Carsten "Tomcat" Book
8a0fd8f669 Merge mozilla-central to b2g-inbound 2014-01-13 14:44:08 +01:00
Robert Strong
0e1fc31ed1 Bug 959341 - Replace MOZ_B2G with MOZ_WIDGET_GONK for consistency. r=dhylands 2014-01-14 16:39:06 -08:00
Kai-Zhen Li
335bcadaa9 Bug 947585 - Return result when get OS apply dir failed. r=marshall 2013-12-09 14:10:08 +08:00
Wes Kocher
99dc526515 Merge m-c to inbound 2014-01-14 16:13:50 -08:00
David Keeler
648d25a19a bug 957368 - standardize and simplify nsNSSShutDownObject implementations r=cviecco r=briansmith 2014-01-14 09:28:43 -08:00
Panos Astithas
c2e5563040 Add a memory actor for collecting memory usage data (bug 923275); r=paul 2013-12-03 13:41:02 +02:00
Paul Rouget
35670b7842 Bug 896523 - In Firefox, Console.log does not work from apps launched within the system app. r=msucan 2014-01-24 08:33:31 -05:00
Byron Campen [:bwc]
32114b6bf9 Bug 908923 - Part 3: Disable auto-refresh in about:webrtc to cut down on jank. r=abr 2013-11-25 14:39:17 -08:00
Byron Campen [:bwc]
9830e6cc6c Bug 908923 - Part 2: Add a button to dump the entire rlog ringbuffer to about:webrtc. r=abr 2013-11-25 14:38:41 -08:00
Byron Campen [:bwc]
7a93d861fd Bug 908923 - Part 1: Basic about:webrtc page. r=gavin 2013-11-25 11:01:48 -08:00
Tim Abraldes
3f2675cf52 bug 959399. Make metroFx honor the "show my tabs from last time" startup option. r=mbrubeck. r=jimm. 2014-01-16 15:38:12 -08:00
Richard Newman
240243058d Bug 953312 - Fix idle observer notification in Places expiration. r=mak DONTBUILD 2014-01-08 18:47:32 +01:00
Marco Bonardo
a2f9b0ca45 Backout 4136cb9f3aef for wrong bug number in commit message. 2014-01-08 18:46:29 +01:00
Richard Newman
e9aee6dcf1 Bug 953313 - Fix idle observer notification, after Bug 715041 broke in-tree consumers. r=mak 2014-01-08 18:42:59 +01:00
Mike Hommey
b8c3d84a68 Bug 960544 - Link some cppunittests against mozjs when it is a shared library. r=gps 2014-01-24 07:57:02 +09:00
Gregory Szorc
96d42d4291 Bug 875562 - Part 1: Document existing crash reporter behavior; r=bsmedberg
--HG--
extra : rebase_source : f78175cce67a7c239ddce1b2ddac17ddf1b04a8a
extra : amend_source : ef0500530b6c27ece12038345334fac059af820c
extra : histedit_source : e2dce3662b45720deed2fab34b2da66af9e23eae
2013-11-16 11:52:37 -06:00
Ryan VanderMeulen
68f927d176 Backed out changeset 796618164ade (bug 414071) for bustage. 2014-01-08 10:49:55 -05:00
Archana
685e28f858 Bug 414071 - Let escape key close crash reporter dialog. r=ted 2014-01-08 09:57:00 -05:00
Jed Davis
a2902f8566 Bug 942407 - Fix breakpad signal handler's test for signal origin. r=ted 2014-01-08 09:45:59 -05:00
Jon Coppeard
de55e25a8d Bug 951230 - Link test_IHistory against JS engine to fix link error with GGC r=glandium 2014-01-08 10:44:56 +00:00
Markus Stange
1e6ad124bb Bug 874792 - Make adjustment sign consistent and use a transform for moving the arrow. r=Enn 2014-01-08 10:35:19 +01:00
Markus Stange
89d840abf5 Bug 874792 - Remove the 3px offset between menus / panels and the screen edge. r=Enn 2014-01-08 10:32:30 +01:00
Ryan VanderMeulen
3a5c8b3e9c Merge b2g-inbound to m-c. 2014-01-07 16:29:13 -05:00
Ed Morley
f8ad9fed09 Merge latest green inbound changeset and mozilla-central 2014-01-07 16:21:27 +00:00
Carsten "Tomcat" Book
79c60e8329 Backed out changeset f3f667c17c26 (bug 953156) for XPC Bustage on a CLOSED TREE 2014-01-07 12:41:45 +01:00
Nick Fitzgerald
a3bc834b00 Bug 922835 - Fix the operator of an if conditional in the debugger server; r=robcee 2014-01-06 17:21:53 -08:00
Shelly Lin
b56675514e Bug 936981 - Setup GTest for content/media and add a test case for OpusTrackEncoder. r=rillian 2014-01-07 11:04:51 +08:00
Geoff Lankow
6bc69005f1 Bug 953156 - Stop unregistering add-on chrome manifests at app shutdown; r=Unfocused 2013-12-27 11:39:28 +13:00
Robert O'Callahan
15468267dc Bug 955889. Restore caching in EnsureKeywordsHash. r=mano
--HG--
extra : rebase_source : 41847499e245b5e3073dfa1a8ebeb2f9451b802b
2014-01-04 18:14:27 +13:00
Mihai Sucan
4fd1775646 Bug 956757 - JavaScript Error: 'this.readAndConvertFromStream is not a function' in network-helper.js, line: 258. r=robcee 2014-01-06 18:44:41 +02:00
Luca Greco
0bf0e3ab0d Bug 937197 - Handle requestTypes RDP request for any existent RDP actor. r=fitzgen 2014-01-06 18:27:10 +01:00
Ryan VanderMeulen
3699bb0428 Backed out changeset 5b19ca07781b (bug 897735) for mochitest-bc orange. 2014-01-06 12:02:22 -05:00
Ryan VanderMeulen
48287b7b55 Backed out changeset 77d3d487c68d (bug 943021) for bustage.
CLOSED TREE
2014-01-06 10:39:00 -05:00
Peiyong Lin
9ec8bdf7cf Bug 943021 - Safebrowsing service should use fallible arrays for its buffers. r=gcp 2014-01-06 09:58:08 -05:00
Sachin Hosmani
cad14bcbce Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused 2014-01-06 14:16:32 +05:30
Ed Morley
14b30df82f Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Ed Morley
c0f62d88d8 Merge latest green b2g-inbound changeset and mozilla-central 2014-01-06 12:51:01 +00:00
Ed Morley
76839346ca Backed out changeset 4b3b3f0c6440 (bug 953156) for xpcshell failures 2014-01-06 11:31:52 +00:00
Geoff Lankow
c636c83e50 Bug 953156 - Stop unregistering add-on chrome manifests at app shutdown; r=Unfocused 2014-01-06 23:31:35 +13:00
Neil Rashbrook
fbaa743e6a Bug 940907 Re-introduce the Character Encoding menu to the View Source window r=Unfocused
--HG--
rename : browser/locales/en-US/chrome/browser/charsetMenu.dtd => toolkit/locales/en-US/chrome/global/charsetMenu.dtd
rename : browser/locales/en-US/chrome/browser/charsetMenu.properties => toolkit/locales/en-US/chrome/global/charsetMenu.properties
rename : browser/modules/CharsetMenu.jsm => toolkit/modules/CharsetMenu.jsm
2014-01-06 08:44:19 +00:00
Thomas Andersen
8f82702138 Bug 923856 - SyntaxError: JSON.parse: unexpected character in network inspector response, r=msucan,vporof 2014-01-04 23:39:58 +02:00
Ehsan Akhgari
1b83407ce9 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
f0d3f30743 Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 12:02:48 -05:00
Ryan VanderMeulen
4dbf329952 Backed out changeset 70fd824abff0 (bug 742500) for xpcshell orange. 2014-01-03 11:31:17 -05:00
Roberto A. Vitillo
56af30051a Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 09:28:07 -05:00
Ehsan Akhgari
902d0046fb Merge m-c into b2g-inbound 2014-01-04 12:17:52 -05:00
Fabrice Desré
bcb03945fe Bug 956186 - Don't use hiddenwindow.html on b2g r=roc 2014-01-03 18:56:52 -08:00
Ted Mielczarek
1dbf7cd521 Bug 953314 - Fix jsshell packaging of ICU libs, r=glandium 2014-01-03 08:00:37 -05:00
Graeme McCutcheon
1f80c70ee8 Bug 938717: Bug 666816 follow-up: Remove some selection listener cruft from findbar.xml. r=evilpies 2013-11-14 18:15:49 +00:00
Marco Bonardo
2563760419 Back out Bug 894331 to solve browser hangs when deleting history. a=lsblakk 2013-11-13 09:45:41 -05:00
Jan de Mooij
8662462f1e Bug 961027 - Add js/src/jit/arm directory to about:license. r=gerv 2014-01-29 13:40:57 +01:00
Ed Morley
271b7ece33 Merge mozilla-central and inbound 2014-01-29 10:39:41 +00:00
Jon Coppeard
d0ac1956cc Bug 959787 - Handlify some misc JS APIs r=sfink r=smaug 2014-01-29 10:00:40 +00:00
Ryan VanderMeulen
3c59d309e4 Merge m-c to inbound. 2014-01-30 16:36:04 -05:00
Jim Mathies
2c3fc24810 Bug 950241 - Update app runners last run settings to support desktop updating from metro. r=bbondy 2014-01-30 13:32:49 -06:00
Jim Mathies
5444ffb9f8 Bug 950241 - Update nsUpdateDriver metro check to pick up new command line params. r=bbondy 2014-01-30 13:32:49 -06:00
Birunthan Mohanathas
02d0812720 Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan 2014-01-30 13:26:54 -05:00
Tom Schuster
f39e81815a Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
Gian-Carlo Pascutto
8bffa1574e Bug 783047 - Update Application Reputation test for new SB interface. r=mmc 2014-01-16 09:27:59 +01:00
Gian-Carlo Pascutto
50535e052d Bug 783047 - Update tests to remove MAC support for SafeBrowsing. r=mmc,dcamp 2014-01-16 09:27:58 +01:00
Gian-Carlo Pascutto
89ec6d670e Bug 783047 - Use HTTPS to download SafeBrowsing update chunks. r=mmc,dcamp 2014-01-16 09:27:58 +01:00
Gian-Carlo Pascutto
2f0246c854 Bug 783047 - Remove MAC support from SafeBrowsing code. r=mmc,dcamp 2014-01-16 09:27:58 +01:00
Alex Henrie
9886906ee1 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
Terrence Cole
07cf57140e Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 7; r=sfink 2014-01-21 17:03:20 -08:00
Geoff Lankow
836132595f 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
da60080214 Bug 947745 - Clean up the seer database when it gets too big. r=honzab 2014-01-17 17:45:48 -08:00
Terrence Cole
d902eeddc8 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
32e08fe628 Merge m-c to inbound. 2014-01-17 15:17:49 -05:00
Xavier Fung
9e737eb6f7 Bug 892856 - Fix protobuf to build with VS2013 v2. r=mmc 2014-01-18 02:17:51 +09:00
Ted Mielczarek
3bf6ebd317 Bug 927355 - Print fractional milliseconds in event tracer samples. r=bsmedberg 2013-10-17 15:07:55 -04:00
Geoff Lankow
3e035042bd Bug 953156 - Stop unregistering add-on chrome manifests at app shutdown; r=Unfocused 2013-12-27 11:39:28 +13:00
Wes Kocher
b26cd49023 Merge m-c to inbound 2014-01-09 17:05:12 -08:00
Nicholas Hurley
21710e9462 Bug 957759 - Remove SRV experiment code (helps prevent crashes). r=mcmanus 2014-01-09 13:50:04 -08:00
Ryan VanderMeulen
3ad920307d 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
aac27f0e2f Backed out changeset e50da0289f45 (bug 791784) for Mutex leaks. 2014-01-13 10:25:24 -05:00
Benjamin Smedberg
7b4c806491 Bug 875562 - Fill in some details in the crashreporter docs, r=gps 2014-01-10 14:33:25 -05:00
Art Rothstein
ab969604d3 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
f893ead5e3 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
a3afb8e59d Bug 762083 - Fix default database size. r=mak 2014-01-13 09:02:40 -05:00
Ehsan Akhgari
2e67154d02 Merge m-c into inbound 2014-01-04 12:14:57 -05:00
Chris Peterson
e3d932f263 Bug 955890 - Part 2: Fix some undefined property warnings in DevTools JS. r=rcampbell 2013-12-31 20:18:13 -08:00
Chris Peterson
99ed2f11fc 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
bcc7f54a2f Merge m-c to m-i 2014-01-02 20:03:37 -08:00
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
Nicholas Nethercote
91175eb896 Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
2013-12-07 22:09:10 -08: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
Benjamin Smedberg
9bf97ff155 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
b4908bf345 bug 887321 - initial OCSP stapling telemetry r=briansmith 2013-12-16 09:32:16 -08:00
Jim Mathies
988b6f330d 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
12910b47d0 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
17667da00b 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
da333f0919 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
51c80b126d 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
cd068df067 Merge mozilla-central to mozilla-inbound 2013-12-17 13:16:00 +01:00
Henri Sivonen
9279bd3c7e Bug 949345 - Gather telemetry about non-default Cyrillic legacy encodings. r=emk,f=sstamm. 2013-12-17 12:47:25 +02:00
Bill McCloskey
f017507c0f Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe) 2013-11-23 21:32:27 -08:00
Gregory Szorc
e396fc159d 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
899505a631 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
69acf97733 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
34b94bf852 Bug 949334 - Use FINAL_LIBRARY for webrtc. r=gps 2013-12-14 11:38:53 +09:00
Nathan Froyd
ae70372c81 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
2ba1838289 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
92644a1ba1 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
14cf08d9e0 Bug 888373: Simple API for detecting startup/shutdown crashes;r=yoric,gps 2013-11-15 16:46:44 +01:00
Steven MacLeod
8073f9fe4d 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
1d4b436e26 Bug 951609 - Fix scope issues in child.js. r=ochameau 2013-12-18 13:18:25 -05:00
Irving Reid
338bb63885 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
0d0b379772 Bug 951658 - Kill the inspector front even if walker.release() failed. r=pbrosset 2013-12-18 12:41:28 -05:00
Florian Quèze
a2eb9c79da Bug 930641 - Remove the social.allowMultipleWorkers preference, r=mixedpuppy. 2013-12-18 16:50:05 +01:00
Carsten "Tomcat" Book
772c6def0c Merge mozilla-central to fx-team 2013-12-18 13:03:15 +01:00
Monica Chew
2e8aaf7ed5 Bug 837202: Add telemetry for application reputation check (r=paolo,yoric) 2013-12-12 11:20:11 -08:00
Mike Conley
9f39fe797e Backout fa2130fc4f08 (bug 863872) due to xpcshell orange. r=bustage-fix for CLOSED TREE. 2013-12-13 16:33:13 -05:00
Ryan VanderMeulen
cd364e9987 Merge m-c to inbound. 2013-12-13 16:16:46 -05:00
Ryan VanderMeulen
218cec4598 Merge inbound to m-c. 2013-12-13 16:15:52 -05:00
Brian R. Bondy
8a5ab931a1 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
828c23405b 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
898b147d75 Merge inbound to m-c 2013-12-12 19:12:51 -08:00
Bill McCloskey
7d2511377f Bug 948238 - Fix ASAN bustage on a CLOSED TREE 2013-12-12 15:27:07 -08:00
Jared Wein
22eac44ef0 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
3635aa6f6f 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
912bf8a846 Bug 940821 - Build crashreporter in unified mode; r=ted 2013-12-13 09:55:39 -05:00
Carsten "Tomcat" Book
f924e8d961 merge mozilla-central to fx-team 2013-12-12 16:09:30 +01:00
Carsten "Tomcat" Book
577bf4bd2d merge fx-team to mozilla-central 2013-12-12 13:28:08 +01:00
Matt Brubeck
a3c04c6da8 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
3ad2639de0 Back out c237f02b3578 (bug 946296) because it broke mochitest-metro-chrome 2013-12-11 18:46:53 -08:00
Matt Brubeck
67f04d3160 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
7760713d9e 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
99b582a0b8 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
06d4b0a2d3 Merge fx-team to m-c. 2013-12-11 13:29:43 -05:00
Carsten "Tomcat" Book
ffebd88dd6 merge fx-team to mozilla-central 2013-12-11 10:15:44 +01:00
Matthew Noorenberghe
d3408412c7 Bug 897074 - Lower MAX_SEARCH_TOKENS to 10 in FormHistory.jsm. r=dolske 2013-12-11 00:05:31 -08:00
Matthew Noorenberghe
5e796c882c 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
457ee06846 Bug 937377 - [e10s] Selecting an item in a <select> should trigger onChange (r=felipe) 2013-12-10 13:46:21 -08:00
Avi Halachmi
66b63f6557 Bug 945044: about:telemetry - keep sections states on reload, add histograms filter. r=vladan 2013-12-10 22:54:01 +02:00
Ryan VanderMeulen
2b769f4918 Merge fx-team to m-c. 2013-12-10 15:39:40 -05:00
Richard Newman
2e6eb9b062 Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle 2013-12-10 10:41:34 -08:00
Mark Finkle
fd1bf9d764 Bug 927128 - Keep GeckoView limited to Nightly only (part 2) r=glandium 2013-12-10 01:07:43 -05:00
Drew Willcoxon
b2eb58c06e 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
99581e1939 Merge fx-team to m-c. 2013-12-09 17:21:47 -05:00
Panos Astithas
025d9c3084 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
a656f5e85d merge mozilla-inbound to mozilla-central 2013-12-09 09:02:29 +01:00
Mike Hommey
211d8bd0de 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
a9a2d62674 Bug 947406 - Don't return promise when done with package upload. r=ochameau 2013-12-06 14:49:17 -06:00
Phil Ringnalda
cacf62c269 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
5456a5b7c1 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
f2fd740542 Bug 798033 - Remove 'using namespace' from toolkit/ headers. r=bsmedberg 2013-12-08 21:53:46 -05:00
Birunthan Mohanathas
3440613a39 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
68b00083fd Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo 2013-12-08 21:52:33 -05:00
Nicholas Nethercote
8450156576 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
6e5e55931d 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
1d65b9038a 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
28ee122e0a 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
07df154678 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
f13fe4da26 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
2ca767aa88 Bug 929012 - Annotate on crash reports that content processes are turned on (r=bsmedberg) 2013-12-12 14:17:37 -08:00
Bill McCloskey
e3463fe50e Bug 948238 - Read browser.tabs.remote once at startup and never again (r=bsmedberg) 2013-12-12 14:13:20 -08:00
Ryan VanderMeulen
1a259ae5bb Merge m-c to inbound. 2013-12-11 13:38:14 -05:00
Olli Pettay
cfac358560 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
78bf04b8e2 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
8d1888e84a Bug 866080 - Use Android I420ColorConverter in OMX plugin r=sotaro,doublec 2013-12-17 11:58:16 +13:00
Florian Quèze
d4c5435e34 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
400f6251f7 Bug 951874 - self-hosted functions shouldn't appear in the Tracer; r=vporof 2013-12-19 10:41:34 -08:00
Felipe Gomes
80f3bb3173 Bug 897061 - [e10s] Implement support for form autocomplete. r=markh 2013-12-06 22:02:05 -02:00
Wes Kocher
d356a3edeb Backed out changeset 16628db76c3c (bug 863872) for debug xpcshell test failures 2013-12-06 17:10:09 -06:00
Mike Conley
6b02080fe9 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
2f7306dfb7 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
d43c55ca0e bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj 2013-12-12 20:50:01 -05:00
Ryan VanderMeulen
612fb9d2cb Backed out changeset b6b911ca4dd8 (bug 837202) for OSX bustage.
CLOSED TREE
2013-12-12 14:42:04 -05:00
Trevor Saunders
ae517971ad bug 947022 - type nsIPresShell::mForwardingContainer and nsPresContext::mContainer r=bz 2013-11-20 14:18:25 -05:00
Trevor Saunders
cf51419866 bug 943023 - unify some of toolkit/components/url-classifier/ r=ehsan 2013-11-25 14:28:06 -05:00
Andrea Marchesini
aeb5063aca 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
fd36ed6219 Bug 837202: Add telemetry for application reputation check (r=paolo,yoric) 2013-12-12 11:20:11 -08:00
Michael Brennan
821f4e8b7f Bug 888373: Simple API for detecting startup/shutdown crashes - tests;r=yoric,gps 2013-08-20 22:46:38 +02:00
Yura Zenevich
c977ec9893 Bug 853439 - Add tests for js-ctypes bindings for sqlite. r=yoric, r=gps 2013-12-19 11:47:27 -05:00
Yura Zenevich
15294922b8 Bug 853439 - Add js-ctypes bindings for sqlite. r=yoric, r=gps, sr=Mossop 2013-12-19 11:47:25 -05:00
Paul Rouget
54ca95f7e8 Bug 951616 - Use docshell to get manifest url. r=ochameau 2013-12-19 11:32:13 -05:00
Heather Arthur
d13f3cb8b3 Bug 949556 - Add Firefox 26-28 backwards compatibility to Style Editor. r=paul 2013-12-19 11:32:12 -05:00
Dustin J. Mitchell
9e5e3e01c8 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
675d61df9d 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
1081b45e49 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
39e3c5ac7f 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
79ba26d29f Bug 959684 - Implement URLSearchParams stringifier. r=ehsan 2014-01-15 09:50:18 -05:00
Olli Pettay
5946fa35a7 Bug 948092, Random failure in test_largemenu.xul, r=roc
--HG--
extra : rebase_source : 178c57b3dff9012ef9e95e379e668da4186bac6b
2014-01-15 14:00:44 +02:00
Brian Smith
c1583f22ce Bug 891066, part 2: Move CertVerifier to security/certverifier, r=keeler
--HG--
extra : rebase_source : dd59a391825b776b075e855660c2488105e2d741
2014-01-26 19:36:28 -08:00
Andrew McCreight
afb5cd4a63 Bug 963312 - Get JS engine telemetry values from Components.utils, not nsIXPConnect. r=bholley,taras 2014-01-26 07:57:00 -08:00
Masatoshi Kimura
ca9c445f8b 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
367c980791 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
ff0491aef6 bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug 2014-01-06 17:34:15 -05:00
Robert Strong
da8ae98a29 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
a3fb2ddc3c Bug 957427 - Expose an nsILoadContext shim in nsIFrameLoader (r=smaug) 2014-01-10 17:10:57 -08:00
Richard Marti
1efc7fa24c Bug 963008 - msgIdentity has no space between email address and account name. r=Neil 2014-01-23 16:27:09 +01:00
Jeff Walden
470f90ede3 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
839040eeee Merge m-c to inbound. 2013-12-06 16:13:37 -05:00
Ryan VanderMeulen
33a583eacc Merge fx-team to m-c. 2013-12-06 16:03:56 -05:00
Bobby Holley
cdf05d42a4 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
2ae2f48f12 Bug 917983 - BreakpointActor instances should be saved in the threadLifetimePool; r=past 2013-12-06 09:25:58 -08:00
Mark Finkle
0bbd221fa4 Bug 927128 - Keep GeckoView limited to Nightly only r=glandium 2013-12-06 10:05:02 -05:00
Carsten "Tomcat" Book
1ea0408b68 merge fx-team to mozilla-central 2013-12-06 13:31:26 +01:00
Carsten "Tomcat" Book
076ec87e09 Backed out changeset 374e44c835a8 (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:41:42 +01:00
Carsten "Tomcat" Book
aac6a5aaaa Merge m-c to fx-team 2013-12-06 07:58:06 +01:00
Mike Hommey
232041d461 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
f8f661b16c 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
218b967877 Merge m-c to mozilla-inbound 2013-12-06 07:38:31 +01:00
Bobby Holley
901b658c25 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
f18b3e02a2 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
4c3052ea3a Bug 852648: Add support for native Notification Center alerts on OS X. r=wchen,mstange 2013-12-05 17:05:10 -06:00
Ryan VanderMeulen
d0595b15b9 Merge fx-team to m-c. 2013-12-05 17:35:21 -05:00
Ryan VanderMeulen
b9c8c56382 Merge inbound to m-c. 2013-12-05 17:29:03 -05:00
Nick Fitzgerald
8b6c9c4b36 Bug 943070 - Add a "depth" trace type to the tracer; r=past 2013-12-05 10:58:33 -08:00
Carsten "Tomcat" Book
94d4d5b1cf merge fx-team to m-c 2013-12-05 12:56:11 +01:00
Panos Astithas
c3a0275e6b Properly exit nested event loops when a tab is abruptly closed (bug 942931). r=fitzgen 2013-12-05 09:33:55 +02:00
Ryan VanderMeulen
65cd2a9792 Backed out changeset c732b8ff3869 (bug 852648) for OSX bustage.
DONTBUILD
2013-12-04 23:33:17 -05:00
Josh Aas
e9a4e38740 Bug 852648: Add support for native Notification Center alerts on OS X. r=wchen,mstange 2013-12-04 22:19:05 -06:00
Nicholas Nethercote
a14687b578 Bug 946484 - Ignore "redundant/"-prefixed memory reports. r=khuey.
--HG--
extra : rebase_source : 9ee5e9c208b37f361e0cfa0b599ced801428e93d
2013-12-04 16:21:55 -08:00
Andy Wingo
7788ca7b53 Bug 945828 - Work around bug 945756. r=luke 2013-12-03 19:04:25 +01:00
Irving Reid
37aaad48b9 Bug 944006: Don't load XPIProviderUtils if no addons and no schemaVersion; r=unfocused 2013-12-02 19:46:41 -05:00
Drew Willcoxon
aa31814234 Bug 914920 - Fix bug whereby about:newtab displays thumbnails from unrelated websites for some links. r=markh 2013-12-04 17:38:00 -08:00
Jon Coppeard
1347c72bec Bug 946732 - Reinstate xpcom/glue gtests r=BenWa 2013-12-05 16:48:48 +00:00
Felipe Gomes
e3e6035c02 Bug 916726 - r=gavin 2013-12-04 23:18:42 -02:00
Ryan VanderMeulen
67968050a5 Merge fx-team to m-c. 2013-12-04 17:34:58 -05:00
Phil Ringnalda
426976106b Bug 756885 - Bail out of test_bug624329.xul early on 10.9, where win.maximize() gives us a resize without actually maximizing 2013-12-03 20:22:45 -08:00
Ryan VanderMeulen
5dad8f16c4 Backed out changesets e7aa50b69994, bc00eed50b7d, and 30a8127b9277 (bug 682048) for causing frequent B2G reftest timeouts.
CLOSED TREE
2013-12-03 22:44:28 -05:00
Jared Wein
3df6b33a81 Bug 649490 - Switch the volume slider on the media controls to be horizontal and always visible. r=Gijs
--HG--
extra : rebase_source : 90a0865e71b87dbaddf44c4805f78f709e5d80de
2013-11-27 10:31:39 -05:00
Ehsan Akhgari
8c254a9883 Bug 915735 - Build ICU as a shared library where JS is built as a shared library; r=glandium 2013-12-06 08:08:52 -05:00
Benjamin Smedberg
831eb043f5 Bug 946799 part A - annotate the location and size of the breakpad memory reservation, r=ted 2013-12-06 09:00:06 -05:00
Josh Aas
1f290ef285 Back out patch for bug 852648. CLOSED TREE 2013-12-03 19:26:46 -06:00
Josh Aas
4e54051811 Bug 852648: Add platform-native Notification Center support for OS X. r=wchen,mstange 2013-12-03 18:53:46 -06:00
Ryan VanderMeulen
6fddf1a235 Bug 931642 - Backed out changeset f4449a06e97f (bug 917883) for causing frequent OSX crashes. 2013-12-03 18:45:17 -05:00
Mike Shal
ddecae52a4 Bug 875013 - Remove VPATH; r=glandium 2013-11-21 14:57:06 -05:00
Michael Comella
1a4af0a46f Bug 935807: Restore arrow key input field navigation behavior. r=bnicholson 2013-12-04 15:43:32 -08:00
Bill McCloskey
181fc4be1f Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe) 2013-11-23 21:32:27 -08:00