Commit Graph

14865 Commits

Author SHA1 Message Date
Masatoshi Kimura
460f54099b Bug 461304 - Part 2: Use UTF-8 flag in the browser; r=gavin 2011-11-05 15:48:28 +00:00
Matheus Kerschbaum
8a393f7f40 Bug 698630 - Remove --disable-smil build option; r=dholbert 2011-11-05 10:32:52 +00:00
Marco Castelluccio
8100386c98 Bug 539997 - Remove nsTryToClose.js from Firefox; r=mfinkle 2011-11-05 10:17:02 +00:00
Matt Brubeck
210c9ddd07 Back out 24129599cb51 (bug 691951) because of Windows 7 test_resizer failure 2011-11-04 22:26:07 -07:00
Gavin Sharp
a192470346 back out ffdc872d5450 (https://bugzilla.mozilla.org/show_bug.cgi?id=699942#c4) 2011-11-04 18:42:56 -07:00
Taras Glek
6833a26ad8 Bug 699942: Telemetry Yes->Yes, I want to help r=geekboy 2011-11-04 15:19:45 -07:00
Gavin Sharp
9f8e2a059a Bug 691951: make startup notifications persist until the users close them (disable auto-dismissal), r=zpao
--HG--
extra : transplant_source : %D5%A0r%9A%DA3%F0%C1%E1%00%03%C6%DC%E8Z%B9%1BU%8B%E7
2011-11-04 14:45:01 -07:00
Rail Aliiev
ac65d0d88e Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Dão Gottwald
61a64e7ec1 Bug 616016 - Visually identify status bar add-on items in the add-on bar while customizing. r=shorlander
--HG--
extra : rebase_source : 6886999e5ab51b6840cf16aebb37d46d198b6753
2011-11-04 20:08:50 +01:00
Felix Fung
42b50d5d59 Bug 397424 - Downloads cause high CPU usage. r=gavin
This addresses an issue with the download manager that can cause high CPU usage
when there is an active download.  The underlying issue is the frequency of
updates that the download progress listener receives.
Things changed:
- reduced the number of null checks in DownloadUtils.jsm's getDownloadStatus
  function by one (down to two from three).
- obtain and format strings from the nsIStringBundle.  This removes all the
  calls to String.replace in DownloadUtils.jsm.
- modifies the download manager back-end to update the percentComplete and size
  property on downloads before dispatching a state changed notification for
  downloads entering the DOWNLOAD_DOWNLOADING state.  This saves us two calls to
  setAttribute on downloads that we know how big they are, and saves us the same
  two calls to setAttribute for indeterminate downloads as well as not
  dispatching a ValueChange event on the progressmeter every time
  onProgressChange is called on the DownloadProgressListener.
- has nsDownload implement nsIClassInfo so we do not need to QueryInterface when
  going through the list of active downloads in both the download manager's UI
  and the browser's taskbar UI.
2011-11-03 15:25:55 -07:00
Taras Glek
94f52ddfd6 Bug 697860: Telemetry prompt should be tri-state r=gavin 2011-11-04 10:07:24 -07:00
Ed Morley
360d4cbee5 Merge mozilla-central and mozilla-inbound 2011-11-04 14:33:49 +00:00
Ed Morley
904af2501b Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-04 09:03:13 +00:00
Chris Pearce
5c83f52300 Bug 685402 part 2 - Exit DOM full-screen on select/open/close tab and window deactivate. r=dao 2011-11-04 20:32:11 +13:00
Ed Morley
76d254a72e Merge mozilla-central to mozilla-inbound 2011-11-04 00:30:18 +00:00
Paul O’Shannessy
e16349cfc4 Merge mozilla-central & fx-team 2011-11-03 16:12:06 -07:00
Rob Campbell
0ec46b8057 Bug 699475 - Backed out changeset b878369ab3c8, testfailures and a
bug. a=orange
2011-11-03 19:55:02 -03:00
Rob Campbell
9173e82b00 Bug 699475 - Integrate RuleView into Highlighter Sidebar; r=dcamp 2011-11-03 18:40:36 -03:00
Paul O’Shannessy
9212f5fff1 Bug 690992 - App tabs break deleting cookies on close [r=dietrich]
This does 2 things:
1. Makes sure that we don't try to split cookies in the case of _extractHostsForCookies doesn't return any hosts.
2. If _host & _scheme aren't present for an entry (always true at startup), we will create an nsIURI from the url and extract host & scheme from that.
2011-11-03 13:44:19 -07:00
Ed Morley
9a67cf188b Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-03 19:48:45 +00:00
Jared Wein
7a61df2776 Bug 699240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-03 12:14:58 -07:00
Heather Arther
7469d7bddf Bug 679467 - scratchpad doesn't display the value false; r=rcampbell 2011-11-03 12:39:32 -03:00
Joe Walker
46eb52fd0c Bug 697039 - GCLI should officially drop support for older browsers; r=dcamp 2011-11-03 12:36:43 -03:00
Joe Walker
e17166ded8 Bug 693955 - GCLI source code should be formatted perfectly; r=dcamp 2011-11-03 12:35:29 -03:00
Joe Walker
3e723ff952 Bug 694932 - GCLI should make the same JS security checks as JSTerm; r=dcamp 2011-11-03 12:35:05 -03:00
Marco Bonardo
c21fb656cf Merge mozilla-central and mozilla-inbound 2011-11-03 15:56:28 +01:00
Jim Mathies
3d8eda9d77 Bug 577867 - Update installer to use new city hash taskbar registration ids. r=rstrong 2011-11-03 09:39:51 -05:00
Rob Campbell
f0b75982e1 Bug 695440 - Create sidebar for Highlighter tools; f=zpao; r=dcamp,dao 2011-11-03 10:37:14 -03:00
Rob Campbell
15b73c1c54 backout of rev 73e8ca9230d6, wrong bug number. a=#developers 2011-11-03 09:44:40 -03:00
Rob Campbell
f000e0c907 merge m-c to fx-team 2011-11-03 09:29:07 -03:00
Marco Bonardo
e73129ca6c Merge mozilla-central to mozilla-inbound 2011-11-03 10:46:56 +01:00
Jared Wein
4550234f01 Bug 669240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-02 19:09:37 -07:00
Philipp von Weitershausen
9f7153dc73 Merge services-central with mozilla-central 2011-11-02 15:00:49 -07:00
Paul ADENOT
3846292d90 Bug 556563 - Disable/remove "View video" when you're already viewing the video. r=dolske 2011-11-02 13:52:21 -07:00
Heather Arthur
2c1ae7e107 Bug 644409 - Make scratchpads save their state across restarts. r=robcee, r=zpao 2011-11-02 12:32:55 -07:00
Heather Arthur
ff8d32b60d Backed out changeset 3b63add3a404 2011-11-02 12:26:59 -07:00
Heather Arthur
08b16fcbdc Bug 644409 - Make scratchpads save their state across restarts 2011-11-02 12:14:30 -07:00
Kyle Huey
d9fb132443 Merge m-i to m-c. 2011-11-02 08:24:41 -04:00
Dave Camp
e3f63c127b Bug 693887 - Implement a rule-centric view for the style inspector. r=robcee, r=dao 2011-11-01 18:06:48 -07:00
Rob Campbell
6e10412623 Bug 683873 - [highlighter] move the close button to the toolbar, test-fix; a=orange 2011-11-01 17:01:17 -03:00
Cedric Vivier
bb2b0fe31f Bug 698703 - Source Editor should display text with the user's preferred monospace font size; r=msucan 2011-11-01 18:30:19 +08:00
Chenxia Liu
228ff8c879 Bug 697750 - Follow-up: replace about:home sync "links" (actually buttons) with links. r=gavin.sharp 2011-10-28 15:00:48 -07:00
Philipp von Weitershausen
4ecd97e2f9 Merge m-c to s-c 2011-10-31 01:54:35 -07:00
Chenxia Liu
4a1856da29 Bug 697217: follow-up to 675821, create new localization strings for sync links on about:home 2011-10-28 17:55:49 -04:00
Chenxia Liu
ffadca73d8 Bug 675821 - Part 3: tests for sync links behavior in aboutHome. r=philikon 2011-10-26 21:27:49 -04:00
Chenxia Liu
4e2c942c49 Bug 675821 - Part 2: update sync links in aboutHome UI on sync setup or unlink. r=philikon 2011-10-26 21:26:53 -04:00
Chenxia Liu
0125b29b56 Bug 675821 - Part 1: add Sync Setup and Pair links to aboutHome. r=gavin.sharp 2011-10-26 21:26:51 -04:00
Philipp von Weitershausen
163253e58d Merge m-c to s-c 2011-10-26 19:08:26 -07:00
Dão Gottwald
05d44416f9 Bug 690227 - Back out bug 455694 (tab drag/detach animations). a=dolske a=legneato 2011-10-26 17:46:58 -07:00
Frank Yan
b70db2f02c Bug 697410 - Hide snippets container when it's empty. r=mak 2011-10-26 17:46:52 -07:00