Commit Graph

17943 Commits

Author SHA1 Message Date
Jared Wein
ef9e4095ec Bug 794512 - Add a checkbox and preference to disable toast notifications for the Social API. r=markh 2012-09-26 17:40:18 -07:00
Karl Tomlinson
6ce22299bc b=788399 always use async drawing for OOP windowless plugins r=bsmedberg
--HG--
extra : transplant_source : d%B9m%A5%DB%A7%128g%B8%1C%1D%EC1%DE%BD%F8%E8b%A1
2012-09-27 12:22:51 +12:00
Raymond Lee
04094171ff Bug 790489 - 'Restore previous session' in about:home can flash visible on load. r=jaws 2012-09-27 01:49:20 +08:00
Shane Caraveo
a8a6c5265f Bug 783687 - Use custom event in the chat box to update the titlebar. r=jaws 2012-09-25 14:38:58 -07:00
Jared Wein
9257521001 Bug 794520 - Replace string.contains with string.endsWith in formatValue. r=dao 2012-09-26 10:14:56 -07:00
Ehsan Akhgari
8485267d9e Bug 788275 - Tab preview should respect the private browsing mode when attempting to load a favicon; r=jdm,jimm 2012-09-17 14:47:49 -04:00
Mounir Lamouri
25a3db2998 Merge mozilla-inbound in mozilla-central. 2012-09-26 11:57:25 +01:00
Tim Taubert
9ead2559d1 merge m-c to fx-team 2012-09-26 10:58:10 +02:00
Mark Hammond
069b89f660 Bug 793943 - add social api to close flyouts. r=mixedpuppy 2012-09-26 16:23:25 +10:00
Mark Hammond
11197febf2 Bug 792677 - dynamically adjust social panels as content changes. r=jaws 2012-09-26 16:22:38 +10:00
Ryan VanderMeulen
4fc77da566 Backout bug 792215 for suspected Windows m-oth leaks.
CLOSED TREE
2012-09-25 22:40:56 -04:00
Matthew Noorenberghe
e19f9f9967 Bug 764213 - Fix identity UI L10n notes.
--HG--
extra : rebase_source : 590de588ec2554e1e17c432008c694a099ca738b
2012-09-25 17:56:29 -07:00
Mark Hammond
1cfc227122 Bug 793935 - tests for closing social chat windows on logout. r=jaws 2012-09-26 09:32:27 +10:00
Jan Varga
f0dddea859 Bug 773373 part 3: Reject principals that doesn't have URIs. r=sicking 2012-09-25 16:06:28 -07:00
Ed Morley
ad05d49efc Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-25 14:14:43 +01:00
Raymond Lee
0a81237a29 Bug 792030 - webConsoleButton.label appears unused, we should remove it r=ttaubert 2012-09-25 16:13:46 +08:00
Tim Taubert
1bb68b14e6 merge m-c to fx-team 2012-09-25 09:48:00 +02:00
Phil Ringnalda
8166187203 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
9afd8bf53f Bug 791901 - social provider should provide more strings for the share popup. r=jaws 2012-09-25 13:54:34 +10:00
Frank Yan
8996ee5b96 Bug 793915 - Remove unused starPage.png in pinstripe. r=shorlander 2012-09-24 17:34:06 -07:00
Ryan VanderMeulen
6a6a75f4da Bug 794101 - Update pdf.js to version 0.5.184. r=Mossop 2012-09-25 17:31:04 -04:00
Gary Kwong
f2dbfeec08 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
a25701a3f7 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
09bbdea1e8 Bug 793036 - Close all service windows on logout. r=jaws 2012-09-24 09:49:28 +10:00
Phil Ringnalda
52d5ca28b7 Bug 789003 - ignoreAllUncaughtExceptions() in browser_586068-cascaded_restore.js, since we certainly do 2012-09-23 15:50:29 -07:00
Ryan VanderMeulen
4b9f50e2d1 Merge m-c to inbound. 2012-09-23 15:26:30 -04:00
Yosy
ef3be55d08 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
d4611961e6 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
ade089d9d0 Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Tim Taubert
5d8a345b75 merge m-c to fx-team 2012-09-23 18:16:07 +02:00
Yosy
9cd25eead2 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
4bc32fff08 Bug 792867 - Debugger mochitests leak when run separately. r=rcampbell 2012-09-22 18:44:00 +03:00
Tim Taubert
9849e3594b merge m-c to fx-team 2012-09-22 09:32:24 +02:00
Tim Taubert
63dbe6c4aa 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
645d3763cd 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
e6e814a715 Bug 791683 - Remove legacy code parts from Panorama; r=felipe 2012-09-21 11:26:43 +02:00
Anton Kovalyov
3bcac3993c 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
f4d41c8144 Bug 790952 - Debugger server always creates new actor instances. f=glandium r=rcampbell 2012-09-21 09:04:21 +03:00
Dave Camp
f1424f9023 Merge fx-team to m-c 2012-09-20 15:52:35 -07:00
Dave Camp
5cb507a290 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
abf742d34d Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00
Tim Taubert
646344e386 merge m-c to fx-team 2012-09-20 11:36:34 +02:00
Graeme McCutcheon
c183f67a15 Merge last PGO green changeset from mozilla-inbound to mozilla-central 2012-09-19 15:15:34 +01:00
Tim Taubert
509b7e87b9 merge m-c to fx-team 2012-09-19 08:51:18 +02:00
OHZEKI Tetsuharu
2401c3891a Bug 764572 - add "Open URL" option to net panel items' context menu; r=msucan 2012-09-18 19:08:29 +03:00
Graeme McCutcheon
f35f4e230e Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-09-18 12:46:06 +01:00
Tim Taubert
591b7d6b5c merge m-c to fx-team 2012-09-18 11:27:53 +02:00
Ed Morley
4df08ffeee Backout 62ef2365014e (bug 583890), 8c3df98a9f06 (bug 583890) for intermittent failures in browser_bug583890.js 2012-09-17 17:35:46 +01:00
Girish Sharma
34d5f5c6d5 Bug 789578 - The new HTML panel missing the arrows for collapsing elements' children on Windows, r=paul
--HG--
extra : rebase_source : 8128e70f69b2d8335e48944dc1b16bf3c602bc93
2012-09-17 21:59:58 +05:30
Ed Morley
fb64dc10dd Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks 2012-09-17 16:54:09 +01:00