Commit Graph

18095 Commits

Author SHA1 Message Date
Ed Morley
f2c3dd2277 Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Ed Morley
a50a26fd15 Merge latest green b2g-inbound changeset and mozilla-central 2014-01-06 12:51:01 +00:00
Ed Morley
4123423755 Backed out changeset 4b3b3f0c6440 (bug 953156) for xpcshell failures 2014-01-06 11:31:52 +00:00
Geoff Lankow
416ee21b61 Bug 953156 - Stop unregistering add-on chrome manifests at app shutdown; r=Unfocused 2014-01-06 23:31:35 +13:00
Neil Rashbrook
925b28d422 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
6ab2f17458 Bug 923856 - SyntaxError: JSON.parse: unexpected character in network inspector response, r=msucan,vporof 2014-01-04 23:39:58 +02:00
Ehsan Akhgari
eaa7491d77 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
0c3e911899 Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 12:02:48 -05:00
Ryan VanderMeulen
a3b02a3245 Backed out changeset 70fd824abff0 (bug 742500) for xpcshell orange. 2014-01-03 11:31:17 -05:00
Roberto A. Vitillo
a12f5ea48a Bug 742500 - Disable expired telemetry probes. r=vladan 2014-01-03 09:28:07 -05:00
Ehsan Akhgari
15441643ab Merge m-c into b2g-inbound 2014-01-04 12:17:52 -05:00
Fabrice Desré
6ecf69ea37 Bug 956186 - Don't use hiddenwindow.html on b2g r=roc 2014-01-03 18:56:52 -08:00
Ehsan Akhgari
ac73237d97 Merge m-c into inbound 2014-01-04 12:14:57 -05:00
Chris Peterson
c6b1a44ee9 Bug 955890 - Part 2: Fix some undefined property warnings in DevTools JS. r=rcampbell 2013-12-31 20:18:13 -08:00
Chris Peterson
4b1ef6ef4e 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
c5f862b06c Merge m-c to m-i 2014-01-02 20:03:37 -08:00
Magnus Melin
03cb911e3d Bug 331772 - tooltiptext fails on XUL button in HTML page. r=enndeakin 2013-12-18 22:44:34 +02:00
Andrew McCreight
ce3956285c Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug 2013-12-31 09:20:21 -08:00
Ms2ger
6c7c16c6b2 Bug 950130 - Move more INCLUDES / LOCAL_INCLUDES to moz.build; r=mshal 2013-12-31 10:06:11 +01:00
Nicholas Nethercote
ed423fbdef Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
2013-12-07 22:09:10 -08:00
Gary Houston
c15f618504 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
14628d9b52 Merge inbound to m-c 2013-12-20 18:42:04 -08:00
Ted Mielczarek
a8dc1906bb 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
461d6ca4ba 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
61834d3019 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
1604d77962 Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Irving Reid
795ce882cd Bug 899686: Mock out nsITimer to avoid race condition in tests; r=yoric 2013-12-20 11:44:21 -05:00
Mihai Sucan
c651ef571f Bug 843004 - Part 3: VariablesView ObjectActor pretty output; r=benvie,vporof 2013-12-18 20:17:05 +02:00
Mihai Sucan
131c2e26c6 Bug 843004 - Part 2: ObjectActor grip changes to allow pretty output; r=benvie,past 2013-12-19 15:04:59 +02:00
Olli Pettay
05c73e20a8 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
a1f83ac325 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
ff99a5a9c8 Merge m-c to fx-team. 2013-12-18 21:29:09 -05:00
Ryan VanderMeulen
d1e170e512 Merge fx-team to m-c. 2013-12-18 21:19:33 -05:00
Nick Fitzgerald
77e22fc34d Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past 2013-12-18 14:17:27 -08:00
Magnus Melin
d43fa4fe5c 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
dd0aa3f370 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
329e7e96dc merge fx-team to mozilla-central 2013-12-18 15:47:44 +01:00
Michael Ratcliffe
324d5e55ba 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
ca287e532d Back out 837203a4e076 (bug 949775) for xpcshell bustage
CLOSED TREE
2013-12-17 23:24:20 -08:00
Richard Newman
9244bb6114 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
d5132da8bc Backed out changeset c4921ed6aef3 (bug 949775) 2013-12-17 21:44:33 -08:00
Wes Kocher
171c7a07cb Merge m-c to fx-team 2013-12-17 21:21:30 -08:00
Wes Kocher
e365f41e60 merge inbound to m-c 2013-12-17 21:00:02 -08:00
Richard Newman
4775558bab 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
4cad03993d Bug 937915: Restore DB filenames in Telemetry SlowSQL strings. r=dteller 2013-12-17 19:07:18 -05:00
Wes Kocher
ffd63d7db6 Merge m-c to inbound 2013-12-17 21:23:18 -08:00
Ryan VanderMeulen
934e59a88d 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
b9ea898a47 Merge m-c to fx-team. 2013-12-17 16:23:55 -05:00
Peiyong Lin
70bf3bfbf5 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
1f02646fea Bug 946549 - Remove dead code obsoleted by bug 355063 for filling passwords on load. r=MattN 2013-12-16 13:27:47 -08:00