Commit Graph

12714 Commits

Author SHA1 Message Date
Matt Woodrow
e79b288e75 Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
* * *
[mq]: test-fixes
2012-08-29 17:48:13 +12:00
Raymond Lee
622a33cf61 Bug 762966 - Reset homepage pref for users who have it set to google.com/firefox. r=dao 2012-09-27 20:57:39 +08:00
Jed Parsons
565de4fd06 Bug 793906 - Disable desktop ui while working on b2g. r=benadida 2012-09-27 23:06:01 -04:00
Andres Hernandez
88dfc56e99 Bug 732874 - Telemetry stopwatch: key was already initialized errors in logs. r=felipc 2012-09-26 14:21:28 -06:00
Josh Matthews
a0b3faca52 Bug 770778 - Make TCPSocket e10s-friendly. r=bent 2012-09-24 14:53:49 -04:00
Patrick McManus
0f871afc27 bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-14 16:27:46 -04:00
Margaret Leibovic
242ed9b604 Bug 790213 - Add telemetry probe for page load time. r=dao 2012-09-27 09:26:31 -07:00
Ed Morley
5a3b322459 Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE 2012-09-27 16:34:46 +01:00
Matt Woodrow
88b0ce7b03 Bug 781053 - Part 3 - Force the throbber into it's own layer. r=roc 2012-09-25 08:31:48 +12:00
Matt Woodrow
6bcc0bc124 Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
* * *
[mq]: test-fixes
2012-08-29 17:48:13 +12:00
Ed Morley
5925d611df Merge mozilla-central to mozilla-inbound 2012-09-27 14:06:04 +01:00
Ed Morley
fd3d72350d Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-27 11:56:13 +01:00
Tim Taubert
257b72d7e1 merge m-c to fx-team 2012-09-27 09:11:54 +02:00
Pascal Chevrel
1d2cefcf0f Bug 782779 - Using simple quotes for GroupItem's placeholder breaks some localized strings; r=ttaubert 2012-09-26 16:25:20 +02:00
Tim Taubert
66dcfec720 Bug 794436 - tabPreviews.capture() needs to check for pending tab restore; r=dao 2012-09-26 15:08:09 +02:00
Tim Taubert
dd44e59bc9 Backed out changeset c671314ef408 (bug 789003) 2012-09-26 15:07:05 +02:00
Paul Rouget
0247a457e5 Backed out changeset 48cfe823a5da 2012-09-26 12:49:42 +01:00
Jared Wein
439329e501 Bug 794520 - Replace string.contains with string.endsWith in formatValue. r=dao 2012-09-26 10:14:56 -07:00
Michael Ratcliffe
6f7062cec7 Bug 785134 - Update jsb to fix various bugs. r=jwalker 2012-09-24 14:36:41 +01:00
Girish Sharma
c5c65ad5ea Bug 792533, gcli screenshot command should respect private browsing, r=jwalker, r=jdm 2012-09-22 06:29:53 +05:30
Paul Rouget
e6424bc2ba Bug 793725 - [markup panel] Add a preview of the DOM tree. r=mratcliffe 2012-09-25 17:33:46 +01:00
Paul Rouget
6fa0fb45a6 Bug 794394 - [scratchpad] Add support for native fullscreen on osx. r=harth 2012-09-26 10:14:12 +01:00
Tim Taubert
abd1afa1a8 merge m-c to fx-team 2012-09-26 10:59:07 +02:00
Tim Taubert
3aa51bb0c7 merge m-c to fx-team 2012-09-26 10:58:10 +02:00
Hubert Sablonniere
5d1c7811f1 Bug 762846 - [responsive mode] the user should be able to create its own presets. r=paul 2012-09-25 23:43:32 +02:00
Ed Morley
a8beaa45fc Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-25 14:14:43 +01:00
Raymond Lee
d5e5060ed5 Bug 792030 - webConsoleButton.label appears unused, we should remove it r=ttaubert 2012-09-25 16:13:46 +08:00
Tim Taubert
5aafb9e9d2 merge m-c to fx-team 2012-09-25 09:48:00 +02:00
Phil Ringnalda
16e0947c04 Back out 85d6cbd01d39, 56fc051c1932, a2ad17b87332 (bug 781053) for OS X debug assertions and crashes
--HG--
extra : rebase_source : ab24a2f8e9eddcf33ea39344abb7afbf400bf6e0
2012-09-24 21:23:05 -07:00
Mark Hammond
5774b78216 Bug 791901 - social provider should provide more strings for the share popup. r=jaws 2012-09-25 13:54:34 +10:00
Gary Kwong
ee871756c4 Bug 793551 - Add --disable-install-strip to Valgrind mozconfigs for Linux32 and Linux64, r=ted 2012-09-24 11:46:15 -07:00
Bobby Holley
5af5a73d3d Bug 792036 - Automated fixups. r=mccr8
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components |  xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
2012-09-24 14:46:29 +02:00
Mark Hammond
ab15139e9e Bug 793036 - Close all service windows on logout. r=jaws 2012-09-24 09:49:28 +10:00
Phil Ringnalda
907e7d9843 Bug 789003 - ignoreAllUncaughtExceptions() in browser_586068-cascaded_restore.js, since we certainly do 2012-09-23 15:50:29 -07:00
Ryan VanderMeulen
99b5f6cef4 Merge m-c to inbound. 2012-09-23 15:26:30 -04:00
Yosy
30c966d339 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 21:09:29 +02:00
Jared Wein
4d6e57cd38 Bug 774725 - Remove extra height associated with Social API toolbar button on Windows. r=felipe 2012-09-23 10:11:19 -07:00
Benjamin Peterson
25758be060 Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Tim Taubert
b5b498075a merge m-c to fx-team 2012-09-23 18:16:07 +02:00
Yosy
d78b3767d6 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 16:48:23 +02:00
Panos Astithas
2ede8468f0 Bug 792867 - Debugger mochitests leak when run separately. r=rcampbell 2012-09-22 18:44:00 +03:00
Tim Taubert
4e226abf53 merge m-c to fx-team 2012-09-22 09:32:24 +02:00
Tim Taubert
6ab2d7d744 Bug 782890 - BrowserNewTabPreloader.jsm and SafeBrowsing.jsm are referenced using the wrong URI; r=gavin 2012-09-21 18:10:17 +02:00
Tim Taubert
1efd7e31e4 Bug 791669 - [New Tab Page] don't immediately preload the new tab page on startup; r=jaws 2012-09-21 11:28:06 +02:00
Tim Taubert
e5d5c22958 Bug 791683 - Remove legacy code parts from Panorama; r=felipe 2012-09-21 11:26:43 +02:00
Anton Kovalyov
5287bb665f Bug 638949 - Please add Copy Location in the context menu for URLs in the web console. r=msucan 2012-09-19 14:38:30 -07:00
Panos Astithas
ed4255be0f Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell 2012-09-21 09:04:21 +03:00
Dave Camp
37aa4e602d Merge fx-team to m-c 2012-09-20 15:52:35 -07:00
Dave Camp
489c463544 Bug 792387 - Rule view should highlight which sections of a css selector matches an element. r=jwalker 2012-09-20 12:54:39 -07:00
Ms2ger
5b4f3272e0 Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00