Commit Graph

5559 Commits

Author SHA1 Message Date
Jared Wein
cb03f67b24 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
Raymond Lee
aed4e18567 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
e4c66a5c27 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
439329e501 Bug 794520 - Replace string.contains with string.endsWith in formatValue. r=dao 2012-09-26 10:14:56 -07:00
Mark Hammond
773b5e3971 Bug 793943 - add social api to close flyouts. r=mixedpuppy 2012-09-26 16:23:25 +10:00
Mark Hammond
3ba7143e85 Bug 792677 - dynamically adjust social panels as content changes. r=jaws 2012-09-26 16:22:38 +10:00
Ryan VanderMeulen
a76e94c127 Backout bug 792215 for suspected Windows m-oth leaks.
CLOSED TREE
2012-09-25 22:40:56 -04:00
Mark Hammond
0730c6685f Bug 793935 - tests for closing social chat windows on logout. r=jaws 2012-09-26 09:32:27 +10:00
Felipe Gomes
13edcecd81 Bug 793354. Small chat icons are stretched by XUL layout. r=jaws 2012-09-25 11:59:57 -07:00
Shane Caraveo
2423a06338 Bug 788589. Use information icon for logged out users and don't show generic buddy icon when logged in. r=felipe ui-r=Boriss 2012-09-25 11:39:09 -07:00
Boris Zbarsky
1b97afe0c2 Bug 792215 part 1. Convert quickstubs to using JSNative getters and setters. r=peterv 2012-09-25 14:44:40 -04: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
Ekanan Ketunuti
a1059b2d4a Bug 769101 - App Tabs should be renamed to avoid confusion. r=jaws, ui-r=fryn
DONTBUILD
2012-09-17 16:38:00 +07:00
Jared Wein
61432139c7 Backed out changeset 32d1752fb7ba (bug 786095) 2012-09-24 16:03:59 -07:00
Jared Wein
fa4ba904ea Bug 786095 - Initially disable Social API when in safe mode. r=felipe 2012-09-24 14:57:12 -07:00
Matt Woodrow
4e60645e00 Bug 781053 - Part 3 - Force the throbber into it's own layer. r=roc 2012-09-25 08:31:48 +12: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
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
Benjamin Peterson
25758be060 Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04: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
Ryan VanderMeulen
fa467918aa Merge inbound to m-c. 2012-09-22 08:28:28 -04:00
Tim Taubert
4e226abf53 merge m-c to fx-team 2012-09-22 09:32:24 +02:00
Andres Hernandez
ed2022de9c Bug 753127 - Add telemetry for the time spent updating UI in response to a tab switch. r=dao 2012-09-21 18:33:30 -06: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
e5d5c22958 Bug 791683 - Remove legacy code parts from Panorama; r=felipe 2012-09-21 11:26:43 +02:00
Ms2ger
5b4f3272e0 Merge PGO-green changeset from m-i to m-c. 2012-09-20 11:51:47 +02:00
Tim Taubert
cb008a204e merge m-c to fx-team 2012-09-20 11:36:34 +02:00
Andres Hernandez
fecdfd5725 Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy 2012-09-19 17:21:38 -06:00
Jared Wein
5672eb81ee Bug 781588 - [Perf] Refactor formatValue to increase performance by 40%. r=felipe
Removed a couple of regular expressions from formatValue and replace them with simple string manipulation.

The property access of this.editor was taking 5% of the formatValue function. Switching it to a field removes this extra overhead.
2012-09-21 16:03:23 -07:00
Mark Hammond
38b6973391 Bug 792295 - ensure social flyout moves when already open. r=jaws 2012-09-21 15:18:48 +10:00
Aishwarya
69143e3909 Bug 733292 - The sidebar should have a close button. r=paul r=dao 2012-09-19 16:43:26 +02:00
Tim Taubert
928ab3b986 Bug 780123 - [New Tab Page] Use the hiddenWindow to preload a single newtab page that then serves multiple windows; r=jaws 2012-09-19 16:20:44 +02:00
Graeme McCutcheon
1159bc1db9 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-09-18 12:46:06 +01:00
Tim Taubert
0589c1c5f2 merge m-c to fx-team 2012-09-18 11:27:53 +02:00
Ed Morley
c529a36218 Backout 62ef2365014e (bug 583890), 8c3df98a9f06 (bug 583890) for intermittent failures in browser_bug583890.js 2012-09-17 17:35:46 +01:00
Tim Taubert
b5dc8cd89c Bug 791676 - [New Tab Page] don't start transition for dynamically created elements off a timeout; r=dao 2012-09-17 17:19:23 +02:00
Theo Chevalier
80bd444811 Bug 716643 - Sync promotion in add-on installed doorhanger, r=mak 2012-09-16 00:06:34 +02:00
Theo Chevalier
65d21eb56e Bug 741738 - Count impressions for each doorhanger notification type, r=mak 2012-09-16 00:06:31 +02:00
Theo Chevalier
6940a21da4 Backing out 107165:7bb5f1ebb833 and 107164:ee6470d54349 s/computers/devices 2012-09-15 23:59:33 +02:00
Theo Chevalier
642223d4f8 Bug 716643 - Sync promotion in add-on installed doorhanger, r=mak 2012-09-15 22:59:30 +02:00
Theo Chevalier
a5426f9f1d Bug 741738 - Count impressions for each doorhanger notification type, r=mak 2012-09-15 22:59:28 +02:00
Jan Varga
4da19af939 Bug 791232 - Remove calls to clearOfflineApps() any remaining integration of localStorage with offline apps after Bug 776416. r=sicking 2012-09-14 22:23:44 +02:00
Adam Dane [:hobophobe]
a233701cd2 Bug 583890 - Tab Title Abridger module and tests. r=ttaubert 2012-09-13 14:00:13 -05:00
Josh Matthews
f4e16afc9a Bug 789546 - Convert all JS users of imgICache service to use privacy-aware imgITools API instead. r=ehsan 2012-09-17 12:18:40 -04:00
Ehsan Akhgari
c578fadd65 Bug 741059 - Part 4: Update the callers to mozIAsyncFavicon::SetAndFetchFaviconForPage; r=jdm,bz,mak 2012-09-06 00:34:50 -04:00
Adam Dane [:hobophobe]
fe6d81410d Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger 2012-09-17 18:45:10 -05:00
Sankha Narayan Guria
a110ad1d44 Bug 776293 - Right-clicking a hyperlinked image and pressing "g" now copies the hyperlink URL. r=jaws 2012-09-18 14:16:16 -07:00
Adam Dane [:hobophobe]
57921206f3 Bug 583890 - Add visibleLabel attribute/property and tests. r=ttaubert,jaws 2012-08-23 20:15:50 -05:00