Commit Graph

12241 Commits

Author SHA1 Message Date
Nathan Froyd
2aa12a98a0 Bug 763524 - part 3: persist each ping to its own unique file; r=taras 2012-07-10 10:18:48 -04:00
Nathan Froyd
4722baea46 Bug 763524 - part 2: separate out finishRequest and rename it; r=taras 2012-07-10 10:17:10 -04:00
Nathan Froyd
7d183ad186 Bug 763524 - part 1: pass the entire ping to doPing; r=taras 2012-07-09 13:40:07 -04:00
Ehsan Akhgari
b3dd3b6646 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more toolkit parts); blanket-r=bzbarsky 2012-07-18 12:12:55 -04:00
Dão Gottwald
8cb27ce02a Bug 767133 - Add slide-in animation for arrow panels. r=Enn,Mossop 2012-07-18 16:15:24 +02:00
Ed Morley
ab4a6323cd Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-18 13:32:24 +01:00
Ms2ger
189452ff6d Bug 774691 - Don't include rules.mk twice in toolkit/components/osfile/tests/mochi/Makefile.in; r=glandium 2012-07-18 12:36:08 +02:00
Andrew Hurle
60b2564f09 Bug 775010 - Preprocess autocomplete.css to fix some visual bugs on XP. r=MattN 2012-07-18 00:39:00 -07:00
Andrew Hurle
423e3af6e6 Bug 774495 - Get rid of ac-emphasize-alt in awesomebar. r=Unfocused 2012-07-16 20:48:00 -07:00
David Zbarsky
80bfa49667 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/url-classifier); r=bzbarsky 2012-07-17 23:46:21 -04:00
Mark Hammond
d0cb5b61f6 Bug 774543 - merge SocialProvider into SocialService. r=mixedpuppy 2012-07-18 11:44:09 +10:00
Benjamin Peterson
456c8db2d2 Bug 773934 - Make the social API not rely on Function.prototype.toSource. r=mhammond 2012-07-18 11:36:48 +10:00
Matt Brubeck
e49b5dbdd7 Bug 774789 - Add quotes around MOZ_APP_DISPLAYNAME to fix build errors on beta [r=ted] 2012-07-17 12:10:11 -07:00
Ryan VanderMeulen
f9cf4cd881 Merge m-c to inbound. 2012-07-16 20:38:39 -04:00
Etienne Segonzac
ae3aabc3d4 Bug 774216. Can't launch apps on B2G since it's seen as XP_UNIX by WebappOSUtils. r=felipe 2012-07-16 11:22:16 -07:00
Gavin Sharp
8a1602b7cc Bug 773845: lazy-load some social modules to see what effect that has on maxheap/allocs tests 2012-07-16 08:43:50 -07:00
Shane Caraveo
698da61cb1 Bug 774178: make some changes to provider profile/notification handling to support "logout", r=gavin
--HG--
extra : rebase_source : 9c609d3dfb8caa87d2eb725b8625796baa841e07
2012-07-16 08:36:47 -07:00
Ed Morley
babbe35d63 Merge fx-team and mozilla-central 2012-07-16 11:31:28 +01:00
Victor Porof
3356a29ccb Bug 767389 - about:home and about:newtab are intermittently shown in the Debugger dropdown; r=past 2012-07-15 09:50:41 +03:00
Dan Walkowski
28c56e849b Bug 772600. Create WebappOSUtils to host platform-specific webapps code and implement native app launch. r=felipe
Windows part by Tim Abraldes and Linux part by Marco Castelluccio
2012-07-14 01:09:39 -07:00
Felipe Gomes
a37479bfbe Bug 769095. Enforce maximum icon size for nsIAlertsService's notification. r=dao 2012-07-14 01:00:58 -07:00
Panos Astithas
25dfbf0950 Bug 751949 - Reloading a page when the debuggee is paused results in: ASSERTION: Mismatched calls to ResumeTimeouts; r=rcampbell 2012-07-13 13:10:22 +03:00
Panos Astithas
fd456f8730 Bug 771452 - resume button need two clicks to go on after a breakpoint when the script is inside the .html file; r=rcampbell 2012-07-13 13:10:21 +03:00
Tim Taubert
229c763487 merge m-c to fx-team 2012-07-13 12:04:14 +02:00
Ryan VanderMeulen
7b319a5a6b Merge the last PGO-green inbound changeset to m-c. 2012-07-12 20:46:27 -04:00
David Zbarsky
abc8caa0e8 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/places); r=mak 2012-07-12 14:07:50 -04:00
Panos Astithas
6211a0eadd Bug 767399 - When navigating between web pages with the Back and Forward buttons, the same scripts are displayed in the Debugger for all the pages; r=rcampbell 2012-07-12 14:03:43 +03:00
Benjamin Smedberg
d19c5bb416 Bug 771251 - OOP crash reporting accesses the directory service off the main thread. In addition, the first design of the crash injector callback meant that we're dropping some set of Flash crashes which happen during an RPC call. r=ted
* Fix the directory service usage by saving the pending directory path from OOPInit.
* Force clients to call OOPInit on the main thread.
* Make injected crashes available via TakeMinidumpForChild and give each crash a sequence number so that we can pick the earliest crash from the three possibilities; delete the other two to avoid polluting about:crashes
2012-07-10 22:20:05 -04:00
Ekanan Ketunuti
988277546a Bug 772456 - Replace '-moz-transition' with 'transition' in toolkit/. r=dao 2012-07-11 08:35:26 +07:00
Ekanan Ketunuti
e209ab981d Bug 772462 - Replace '-moz-transform' with 'transform' in toolkit/. r=dao 2012-07-11 08:00:06 +07:00
Geoff Lankow
d72258e637 Bug 767320 - Cache results of Addon.hasResource() to try avoid unnecessary IO; r=Unfocused 2012-07-18 01:24:51 +12:00
Geoff Lankow
9b34e299fa Bug 760892 - Store available icon sizes from the API in addons.sqlite; r=Unfocused 2012-07-18 01:24:51 +12:00
David Keeler
12645e6e65 bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride 2012-07-11 08:56:34 -07:00
Mark Hammond
c12bb0f4a6 Bug 773165 - more robust removal of frameworker's iframe. r=dao 2012-07-12 18:04:52 +10:00
Dão Gottwald
7310e81dc0 Backed out changeset 184ba174e8a6 2012-07-12 10:23:56 +02:00
Mark Hammond
f523888c9e bug 773165 - more robust removal of frameworker's iframe. r=gavin 2012-07-12 18:04:52 +10:00
Mike Hommey
d145a2d1a8 Bug 763651 - Link the javascript engine against zlib. r=khuey 2012-07-12 08:30:59 +02:00
Matt Brubeck
22d4409672 Back out bug 769254 (a81e5e60dca3, 0afba80f60a1, d5e4f42b8540, 636dfa176232) because of Windows M3 leaks
--HG--
extra : rebase_source : b1dfca300a71e60feafd46a5e93ee99a79d56051
2012-07-11 17:30:30 -07:00
Justin Lebar
5f017a2b74 Bug 769254 - Part 3: Rename nsWindowWatcher::OpenWindowJSInternal --> OpenWindowInternal. r=bz
--HG--
extra : rebase_source : 21460c8ccf4eb96df1fee57a6b8a537858f3b4ad
2012-07-11 16:02:20 -04:00
Gavin Sharp
354e12c7fa Bug 771980: provider must be re-usable, r=jaws
--HG--
extra : transplant_source : s%94%84%C2%7C%27%A3%B0%DB%5B%7F%40%96%A4S%21%FFcSA
2012-07-11 10:43:56 -07:00
Nathan Froyd
9d8e979b65 Bug 772532 - fix JavaScript warnings for XPIProviderUtils.js; r=Unfocused 2012-07-10 15:37:51 -04:00
Rafael Ávila de Espíndola
9076328d96 Bug 774037 - Fix -Wdelete-non-virtual-dtor warning. r=dolske. 2012-07-15 00:23:35 -04:00
Shane Caraveo
b8b4e2d901 Bug 773530: make additions to the social WorkerAPI module to support the toolbar UI, r=gavin
--HG--
extra : transplant_source : 9%EF%EE%2A3g%3C%85%03%92%CC%1Ek%F3vKaD%1D%9F
2012-07-14 16:35:19 -07:00
Matthew Noorenberghe
2d497d1fe3 Bug 770063 - Disable a portion of test_sandbox.xul on OS X 10.5 due to intermittent failure. r=dolske
--HG--
extra : rebase_source : 36b4c86436895830e00029ee5e31a3b8d5a08c48
2012-07-12 22:27:40 -07:00
Andrew Hurle
1e3bb07c3f Bug 587909 - Improve the visual style of location bar results. r=Unfocused ui-r=shorlander
--HG--
extra : rebase_source : 625a3e2cf16b2601c20709b1ff6ee7c3792a6faa
2012-07-12 20:53:00 -07:00
Brian R. Bondy
f163882abc Bug 770899 - Prefetch clearing should be repurposed to delete 0 sized read only .pf files only. r=taras 2012-07-09 19:00:03 -04:00
Ms2ger
219c32d8fb Backout 977ee9208065, a405768bd32a, 69a1fb2ddca3, 58d5f1d1443e for Moth orange. 2012-07-14 11:38:56 +02:00
Dan Walkowski
0aa26e90d2 Bug 772600. Create WebappOSUtils to host platform-specific webapps code and implement native app launch. r=felipe
Windows part by Tim Abraldes and Linux part by Marco Castelluccio
2012-07-14 01:09:39 -07:00
Felipe Gomes
8fffba6f74 Bug 771294. Use window id for webapp installation. r=gavin
Test by Myk Melez
2012-07-14 01:09:32 -07:00
Felipe Gomes
6c59db295e Bug 769095. Enforce maximum icon size for nsIAlertsService's notification. r=dao 2012-07-14 01:00:58 -07:00