Commit Graph

4597 Commits

Author SHA1 Message Date
Matt Brubeck
5b79749c6f Back out 22f61e71c108 (bug 215926) for test failures 2011-11-21 16:46:13 -08:00
blackwind
85556a0519 Bug 215926 - Conflicting shortcuts: Alt+drag selects part of a link, Alt+click saves link; r=dao 2011-11-19 13:22:37 -07:00
Chris Pearce
46b5d39bf4 Bug 704011 - Make mozfullscreenchange handler assume target is document. r=dao 2011-11-22 10:23:44 +13:00
Ed Morley
aa5192da19 Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-18 08:43:10 +00:00
Blair McBride
78029babf5 merge fx-team to mozilla-central 2011-11-18 14:52:59 +13:00
Marco Bonardo
209ed711c1 Bug 702081 - Add back the folder picker to bookmarks dialog missing it.
r=dietrich
2011-11-15 20:42:27 +01:00
Chris Pearce
d5f707f88c Bug 701618 - Remove use of min-width to prevent assertion when entering DOM full-screen mode. r=dao 2011-11-14 09:53:13 +13:00
Cameron McCormack
13ab90286a Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher 2011-11-12 22:06:54 +11:00
Marco Bonardo
ae6e15e620 Bug 700348 - fix showBookmarkDialog warnings.
r=dietrich
2011-11-11 22:39:26 +01:00
Cameron McCormack
081ebcaf22 Bug 695358 - Avoid spewing many "Redeclaration warning for variable Cc" and "Cu" messages. r=gavin 2011-11-18 08:21:25 +11:00
Cedric Vivier
154b393e22 Bug 583041 - Style Editor integration; part 3; r=rcampbell,dao,l10n 2011-10-26 17:02:08 +08:00
Oonishi Atsushi
5db5ec8f54 Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Masatoshi Kimura
f1ee85e466 Bug 700566 - Pressing enter or copying URL on an http:// site whose hostname begins with "ftp<digit>" results in incorrect URL being loaded/copied. r=gavin 2011-11-10 14:55:07 +01:00
Chris Pearce
f0cbaf511a Bug 699885 part 2 - Exit DOM full-screen if we've changed tab or app by the time the request is granted. r=dao 2011-11-08 12:58:48 +13:00
Rob Campbell
7e9f79d827 Bug 583041 - Style Editor integration; backout; a=orange 2011-11-07 15:02:55 -04:00
Jared Wein
964d59afa2 Bug 674744 - Implement conditional forward button for pinstripe. r=dao ui-r=shorlander 2011-11-07 10:48:27 -08:00
Cedric Vivier
f81054f0b6 Bug 583041 - Style Editor integration, part 1/2; r=rcampbell,dao,l10n 2011-10-26 17:02:08 +08:00
Ed Morley
c29c633b6f Merge last green changeset of mozilla-inbound to mozilla-central 2011-11-06 13:21:58 +00:00
Rob Campbell
b58577f69b merge m-c to fx-team 2011-11-05 15:55:28 -03:00
Ed Morley
efc6f1f14e Merge mozilla-central and mozilla-inbound 2011-11-05 18:46:28 +00:00
Ed Morley
7bc582f20f Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Masatoshi Kimura
b194c8eda5 Bug 461304 - Test; r=gavin 2011-11-05 15:48:28 +00:00
Masatoshi Kimura
f45de5008b Bug 461304 - Part 2: Use UTF-8 flag in the browser; r=gavin 2011-11-05 15:48:28 +00:00
Rob Campbell
64f12661f7 Bug 699636 - Highlighter sidebar resizes to follow the highlighter box; r=gavin 2011-11-05 14:35:46 -03:00
Rail Aliiev
8a56fd9db2 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Felix Fung
e337f8e76f 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
Ed Morley
c18e6cb930 Merge mozilla-central and mozilla-inbound 2011-11-04 14:33:49 +00:00
Chris Pearce
0988303d6b 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
Jared Wein
9f8b2e12b5 Bug 699240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-03 12:14:58 -07:00
Rob Campbell
e13aae1370 Bug 695440 - Create sidebar for Highlighter tools; f=zpao; r=dcamp,dao 2011-11-03 10:37:14 -03:00
Rob Campbell
1e2ac2193c backout of rev 73e8ca9230d6, wrong bug number. a=#developers 2011-11-03 09:44:40 -03:00
Rob Campbell
20f4788112 merge m-c to fx-team 2011-11-03 09:29:07 -03:00
Jared Wein
b19b9b611a Bug 669240 - Ctrl+F4 should not close app tabs on Windows. r=gavin 2011-11-02 19:09:37 -07:00
Philipp von Weitershausen
d69fb6bf5a Merge services-central with mozilla-central 2011-11-02 15:00:49 -07:00
Paul ADENOT
ee488120b5 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
0c0e913bcf Bug 644409 - Make scratchpads save their state across restarts. r=robcee, r=zpao 2011-11-02 12:32:55 -07:00
Heather Arthur
f58f25024b Backed out changeset 3b63add3a404 2011-11-02 12:26:59 -07:00
Heather Arthur
bbea028fe1 Bug 644409 - Make scratchpads save their state across restarts 2011-11-02 12:14:30 -07:00
Kyle Huey
74ca38166a Merge m-i to m-c. 2011-11-02 08:24:41 -04:00
Chenxia Liu
44d8dcafca 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
03290d8def Merge m-c to s-c 2011-10-31 01:54:35 -07:00
Chenxia Liu
9668be584d 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
722c44e510 Bug 675821 - Part 3: tests for sync links behavior in aboutHome. r=philikon 2011-10-26 21:27:49 -04:00
Chenxia Liu
53784af0a7 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
809c000574 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
d16c0424f8 Merge m-c to s-c 2011-10-26 19:08:26 -07:00
Dão Gottwald
3dcc29d5a7 Bug 690227 - Back out bug 455694 (tab drag/detach animations). a=dolske a=legneato 2011-10-26 17:46:58 -07:00
Frank Yan
811d1cce54 Bug 697410 - Hide snippets container when it's empty. r=mak 2011-10-26 17:46:52 -07:00
Allison Naaktgeboren
26d0a53bc9 Bug 675822 - First sync desktop status page with upload progress bar. r=philikon CLOSED TREE
Part 5: fix to broken desktop to desktop set up.
2011-10-24 15:18:53 -07:00
Allison Naaktgeboren
8cd3f41f05 Bug 696823 - follow-up: adjust progress bar max to account for client engine sync notification. r=philikon 2011-10-24 12:24:00 -07:00