Commit Graph

5281 Commits

Author SHA1 Message Date
Isaac Aggrey
9e41ce2fa0 Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan 2012-10-11 18:38:04 -05:00
Josh Matthews
ab013b1329 Backed out changeset 12002e126b39 (bug 769298) 2012-10-18 17:27:23 -04:00
Andres Hernandez
67591e3369 Bug 769298 - Avoid logging script errors coming from private windows in the global error console 2012-10-18 00:24:56 -06:00
Nanci Bonfim
eb0740707f Bug 800275 - Decreasing assymptoptic complexity of two loops from n^2 to n by removing the Array#shift usage, r=jaws 2012-10-17 22:01:23 -03:00
Gian-Carlo Pascutto
8c3e7521f0 Bug 795281. r=bholley 2012-10-18 13:52:03 +02:00
Mark Hammond
c23ff0430c Bug 790201 - better cleanup of social worker sandbox. r=felipe 2012-10-18 16:42:40 +11:00
Felipe Gomes
6c076e6588 Bug 802929 - use existing port handle for socialcookies-get message. r=jaws,mixedpuppy 2012-10-18 16:40:12 +11:00
Shane Caraveo
7a9c77d810 Bug 802395: fix parse error caused by messages being sent when the port isn't yet fully initialized, r=gavin 2012-10-16 16:47:42 -07:00
Aryeh Gregor
88f480b3d0 Bug 802069 - Make "macintosh" the canonical name of its encoding, not "x-mac-roman"; r=smontagu
--HG--
rename : intl/uconv/tests/unit/test_decode_x_mac_roman.js => intl/uconv/tests/unit/test_decode_macintosh.js
rename : intl/uconv/tests/unit/test_encode_x_mac_roman.js => intl/uconv/tests/unit/test_encode_macintosh.js
2012-10-17 12:15:23 +02:00
David Rajchenbach-Teller
658c67c888 Bug 800493 - Remove now useless libxul code from OS.File. r=froydnj 2012-10-16 21:34:03 -04:00
Andres Hernandez
45087c325e Bug 799226 - Optimize |OS.File.exists| r=Yoric 2012-10-16 09:39:27 -06:00
Mark Hammond
a7f7fb9d36 Bug 801080 - window.close should close social panels. r=felipe 2012-10-16 13:53:37 +11:00
Ehsan Akhgari
75bc6ecf87 Bug 801049 - Communicate the privacy bit of the active window to the search suggestion service so that it knows whether to put the channel it creates in private browsing mode or not; r=gavin
I'm using the autocompletesearchparam as a vehicle for delivering the
privacy information into the guts of nsSearchSuggestions.  The
alternative solution will involve modifying the autocomplete interfaces,
which is even more horrible than what the code here does.  It's not that
bad if you think of autocompletesearchparam attribute as an opaque value
which is used to transfer information to the nsIAutoCompleteSearch
implementations, which is what it is!
2012-10-15 18:59:33 -04:00
Justin Lebar
a6ee1e4fa0 Bug 801498 - Fix about:compartments styling (broken by bug 798040). r=njn
--HG--
extra : rebase_source : f6cfbe731f5ef1182f0e4a360e5a86e972f92df1
2012-10-15 16:50:51 -04:00
David Zbarsky
e584460f90 Backout bug 779684 for topcrash 2012-10-15 14:35:50 -04:00
Ehsan Akhgari
71927a786f Backout changeset 0f0797cdb55a (bug 800106) because of Kraken regressions on Windows XP 2012-10-15 14:19:55 -04:00
Fabrice Desré
e3f33c28d0 Bug 794228 - addon-manager services are running in B2G [r=glandium] 2012-10-15 11:14:53 -07:00
Ryan VanderMeulen
543edbebda Backed out a57ade621efb, 2a8fef2bd228, 632ce3e7d3ef (bug 799638) for bustage. 2012-10-13 21:22:30 -04:00
Benoit Girard
7dce5de5cf Bug 799638 - Use timeline events as profiler startup markers. r=taras 2012-10-13 21:03:18 -04:00
Jacek Szpot
b848f67ec0 Bug 800106: replace NS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE; r=ehsan 2012-10-13 17:52:10 +02:00
Shane Caraveo
59f37ea968 Bug 785920 - reload for workers. r=gavin.sharp 2012-10-12 16:58:50 -07:00
Ehsan Akhgari
e771ad5957 Bug 723004 - Port nsLoginManagerPrompter to the per-window private browsing API; r=dolske 2012-10-12 21:49:26 -04:00
Ehsan Akhgari
3eff91e626 Bug 801151 - Make sure that favicon loads from tabs which are loading right near the end of a private browsing session do not into the non-private session; r=jdm
--HG--
extra : rebase_source : 50c8cc5fd90c907bb8fa00b2851c5f544f355505
2012-10-12 19:36:46 -04:00
Ekanan Ketunuti
497f74eabb Bug 800281 - Remove usage of MozWebSocket in FrameWorker.jsm. r=jaws 2012-10-12 10:09:58 +07:00
Josh Matthews
f4cce5808f Backout bug 723001. 2012-10-11 22:22:43 -04:00
Brendan Dahl
af982da70e Bug 793275 - Add findbar events that can be intercepted. r=dtownsend 2012-10-04 16:53:49 -07:00
aceman
f704a1ec85 Bug 711723 - Move the timestamp in the Error console to the left and on the same line as message text. r=Neil 2012-10-11 21:31:38 -04:00
Josh Matthews
243c6698b6 Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske 2012-10-11 21:04:56 -04:00
Trevor Saunders
e2db6e1941 bug 798595 - remove useless prmem.h includes r=ehsan 2012-10-04 02:14:06 -04:00
Boris Zbarsky
a8f78cf954 Bug 773247. Don't keep looking forward for the first visible range and then just ignoring it. r=masayuki 2012-10-11 15:45:52 -04:00
Jeff Muizelaar
07b8aa36d6 Bug 800031. Include paint time int tab switch telemetry. r=ehsan,dao,bjcaob
This adds a new FX_TAB_SWITCH_TOTAL_MS that should more accurately represent
the user experience of tab switch time than FX_TAB_SWITCH_UPDATE_MS.
FX_TAB_SWITCH_UPDATE_MS is being kept because it gives a good indication of how
much time is being spent in the front end parts vs the painting parts.

This works by measuring the time between beginTabSwitch() and the first call to
LayerManager::PostPresent().
2012-10-11 13:54:27 -04:00
aceman
97378d7c5c Bug 799653 - Convert Error console to Services.jsm. r=gavin 2012-10-10 21:11:15 -04:00
Ehsan Akhgari
60c0879cc1 Merge mozilla-central into mozilla-inbound 2012-10-10 20:21:13 -04:00
Nathan Froyd
83b488bd05 Bug 799943 - properly search histogram names for startup regex; r=taras DONTBUILD because NPOTB 2012-10-10 10:19:14 -04:00
Dão Gottwald
5738774412 Bug 799084 - Error console filter shouldn't be applied on input. r=neil 2012-10-10 22:31:01 +02:00
Dão Gottwald
396f098081 Bug 799081 - Bar at the bottom of the error console should be a <statusbar>. r=neil 2012-10-10 22:30:36 +02:00
Gian-Carlo Pascutto
7e060cde28 Bug 785960 - Add FENNEC_ prefix, and add Telmetry for "Don't keep activities". r=kats 2012-10-09 17:59:44 +02:00
Gian-Carlo Pascutto
0620d31654 Bug 799228 - Send Android version as OS version for Telemetry. r=blassey 2012-10-10 17:10:39 +02:00
Masatoshi Kimura
50c0d83bb3 Bug 797385 - Part 2: Remove ibm864 usage. r=smontagu 2012-10-10 06:32:37 -04:00
Andres Hernandez
9e1fdfa07f Bug 796953 - [OS.File] writeAtomic should accept an option noOverwrite. r=Yoric 2012-10-09 12:10:06 -06:00
Jan Horak
b12398c072 Bug 797349 - Add support for metadata::download-uri for later display in file manager by GIO. r=Neil
--HG--
extra : rebase_source : e9fb1abf9eb62aa57ed57a1bd5bf2277bc20d182
2012-10-08 01:46:00 -07:00
Andrea Marchesini
ef8da16819 Bug 794386 - do not store blob: URIs in global history, r=gavin.sharp 2012-10-08 12:59:22 -07:00
Gavin Sharp
e452d885a9 Adjust comment from bug 790545's patch 2012-10-08 10:57:21 +02:00
Tom Schuster
256f6dd89f Bug 763821 - Move the filter box to the bottom of the error console. r=jaws 2012-10-07 20:56:11 -04:00
Mark Hammond
dcca4408fe Bug 790545 - cache provider's toolbar notification icons. r=felipe 2012-10-08 11:15:02 +11:00
Justin Lebar
d0b300504e Bug 798040 - Improve visual separation of processes in about:memory. r=njn 2012-10-05 08:26:00 -04:00
Jared Wein
d069417b87 Bug 796111. Adjust styling of nsIAlertService alert windows. r=dao 2012-10-06 19:17:07 -07:00
David Rajchenbach-Teller
e5dd8c1f5e Bug 795505 - Additional checks for feeding typed arrays to js-ctypes. r=jorendorff 2012-10-06 21:53:23 -04:00
David Rajchenbach-Teller
c5de104711 Bug 795505 - Feed typed arrays to js-ctypes. r=jorendorff 2012-10-06 21:53:23 -04:00
Ed Morley
783c00c96e Merge mozilla-central to mozilla-inbound 2012-10-06 21:47:07 +01:00