Commit Graph

8952 Commits

Author SHA1 Message Date
Paul O’Shannessy
9da7f6e90f Bug 668865 - Store _scheme & _host in _serializeHistoryEntry [r=dietrich]
Previously we would call NewURI for every shistory entry after we serialized the spec. We now avoid doing that as well as excessive RegExp matching.
2011-07-25 14:01:40 -07:00
Tim Taubert
2f0418164f Bug 673104 - Use ES5 strict mode for Panorama; r=dao 2011-07-23 17:07:39 +02:00
Tim Taubert
cc196f79ad merge m-c into fx-team 2011-07-23 17:06:53 +02:00
ffxbld
2dc736be85 Automated blocklist update from host moz2-linux-slave19 2011-07-23 03:21:33 -07:00
Paul Rouget
bfaaf387b5 Bug 669656 - [highlighter] Once a node is locked, the highlighter should give a visual feedback; r=rcampbell,dao 2011-07-22 16:18:27 -03:00
Marina Samuel
9d4a25fd49 Bug 668622 - Move sync at startup logic (autoConnect, etc.) to SyncScheduler. r=philikon 2011-07-21 12:20:55 -07:00
Dão Gottwald
f39c41a080 Bug 619930 - Change the back/forward buttons tooltips to inform users about the history menu. r=gavin ui-r=faaborg 2011-07-28 02:16:21 +02:00
Richard Newman
e67e490239 Merge mozilla-central to services-central. 2011-07-20 09:13:59 -07:00
Dão Gottwald
90797a548e Fix browser_save_video.js 2011-07-20 12:33:19 +02:00
Dão Gottwald
58063650f7 Temporarily disable browser_save_video.js (times out when not run on its own) 2011-07-20 12:11:09 +02:00
Javi Rueda
3355df60d2 Bug 625017 - Multiple access key usage for hardware acceleration entry in advanced pane. r=gavin 2011-07-20 10:38:30 +02:00
Dão Gottwald
5a9f25b436 Bug 672090 - Remove toolkit/content/tests/browser/common/_loadAll.js, testRunner.js, toolkitFunctions.js. r=gavin
--HG--
rename : toolkit/content/tests/browser/common/mockTransferForContinuing.js => toolkit/content/tests/browser/common/mockTransfer.js
2011-07-20 10:37:53 +02:00
Frank Yan
518646330f Bug 675215 - Include page title in data transfer when ctrl/opt+dragging tab. 2011-08-01 17:57:48 -07:00
Jez Ng
43696254c8 Bug 660785 - Respect startup prefs after closing in private browsing mode. [r=zpao] 2011-08-01 16:14:19 -07:00
Paul O’Shannessy
94a8ad8be3 Bug 669196 - Patch 2: Handle more failures from shistory gracefully, so session restore keeps updating. [r=gavin] 2011-08-01 16:14:19 -07:00
Gavin Sharp
5c6a257361 Bug 675037: fullzoom callback needs to handle null currentURI, r=dolske 2011-07-28 14:18:53 -07:00
Marco Bonardo
80105112a2 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-19 14:29:33 +02:00
Dão Gottwald
14628404b9 fix whitespace, DONTBUILD 2011-07-19 12:50:36 +02:00
Mike Hommey
94ba9e65a6 Bug 655678 - Move startupcache precompilation to the common packaging rules, and opt-in in browser and xulrunner. r=khuey
--HG--
rename : browser/installer/precompile_cache.js => toolkit/mozapps/installer/precompile_cache.js
2011-07-19 08:51:54 +02:00
Philipp von Weitershausen
3993468736 Bug 669913 - Viewing Sync quota blocks the entire Options window. r=rnewman
Part 2: Use Service.getStorageInfo in the Quota dialog UI.
2011-07-14 12:13:35 -07:00
Philipp von Weitershausen
ee6631cc74 Merge services-central and mozilla-central 2011-07-14 08:46:32 -07:00
Philipp von Weitershausen
34740df548 Merge m-c to s-c 2011-07-13 15:56:12 -07:00
Joe Drew
cdfd0220bb Merge m-c into m-i. 2011-07-17 15:04:37 -04:00
Tim Taubert
8b5c3c5ed8 Backed out changeset f7599a2eb53a (bug 671460) 2011-07-17 07:02:16 +02:00
Tim Taubert
29be18e744 Bug 671460 - clean up browser_tabview_bug599626.js; r=ehsan 2011-07-17 05:12:02 +02:00
Tim Taubert
b215e2caf6 merge mozilla-central to fx-team 2011-07-17 04:53:34 +02:00
Tim Taubert
6ff90a85bf Bug 663714 - Subscribable API doesn't seem sane; r=dao 2011-07-14 10:54:25 -07:00
Tim Taubert
7db68bc902 Bug 669694 - App tabs do not stay selected when toggling Panorama; r=dietrich 2011-07-14 10:54:15 -07:00
Tim Taubert
e43945c52f merge mozilla-central to fx-team 2011-07-13 10:52:36 -07:00
Ehsan Akhgari
096131f2a7 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-13 11:40:03 -04:00
Dão Gottwald
5e1a6a4487 Bug 670851 - browser_bug519216.js, browser_popupNotification.js and browser_library_middleclick.js cause exception in tabbrowser.xml. r=gavin
--HG--
extra : rebase_source : d9d307f97548425891d5899d058d58cac9c7f319
2011-07-13 02:46:50 +02:00
Richard Newman
16918a2d25 Merge mozilla-central to services-central. 2011-07-10 21:32:51 -07:00
Kailas
846f5869f6 Bug 564387 - Let "Save Video As..." respect the filename set in the Content-Disposition header. r=gavin
--HG--
rename : embedding/test/320x240.ogv => browser/base/content/test/bug564387_video1.ogv
2011-07-10 13:53:22 -07:00
Dave Townsend
c3f85f67d8 Bug 670040: Make nsISessionStartup.state a jsval to save repeatedly stringifying/parsing the initial state. r=zpao 2011-07-15 09:42:21 -07:00
Ms2ger
36c532ffa2 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Ehsan Akhgari
af41e67f2a Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-14 12:20:34 -04:00
Gavin Sharp
a1bfbc3b0d merge fx-team to mozilla central 2011-07-10 13:40:25 -07:00
Dão Gottwald
4ad7176a45 test cleanup for bug 658738 2011-07-09 15:53:23 +02:00
Jared Wein
73d898ef1e Bug 571454 - Extend the back button's clickable area to the screen edge. r=dao ui-r=shorlander 2011-07-09 15:49:42 +02:00
Dão Gottwald
0415e8b5eb merge backout 2011-07-09 15:38:43 +02:00
Dão Gottwald
b223530596 Backed out changeset 0e1c0a79effc 2011-07-09 15:33:31 +02:00
Dão Gottwald
b9b9fd87f1 merge backout 2011-07-09 15:32:38 +02:00
Dão Gottwald
e3b7a62631 Backed out changeset a447e63943e1 2011-07-09 15:32:07 +02:00
ffxbld
85b7f16dc8 Automated blocklist update from host moz2-linux-slave08 2011-07-09 03:15:37 -07:00
Felipe Gomes
0ca0238749 Bug 668307. follow up, const redefinition. r=me 2011-07-08 13:14:05 -03:00
Philipp von Weitershausen
fe5f694eb3 Bug 669909 follow-up: My Sync Key and View Quota shouldn't have ellipsis. r=mconnor DONTBUILD 2011-07-07 10:29:06 -07:00
Philipp von Weitershausen
d6fbbacf55 Bug 669909 - Add "..." to menu items under Manage Account. r=rnewman 2011-07-07 09:22:51 -07:00
Philipp von Weitershausen
dd4248643b Bug 645152 - Deactivate this device warning is confusing and too dramatic. r=rnewman 2011-07-07 09:22:50 -07:00
Joe Drew
702262ed50 Rebase mozilla-inbound to 569a960b4a64 and then re-merge with mozilla-central so we're in a known good state. 2011-07-16 21:37:41 -04:00
Mike Hommey
734c3e0b59 Bug 667577 - Don't show the telemetry prompt unless the MOZ_TELEMETRY_REPORTING variable is defined. r=khuey 2011-07-15 18:57:13 +02:00
Philipp von Weitershausen
732e90dc92 Merge m-c to s-c 2011-07-06 18:39:24 -07:00
Simon Montagu
8a6109fd2c Force Scratchpad textbox to be LTR in all locales. Bug 668960, r=mihai.sucan 2011-07-06 16:24:46 +03:00
Han Chang
3af25db115 Bug 640629 - Move timer declaration instances to prevent premature garbage collection from occuring and wiping out the timer instances before they get a chance to fire. r=jdm,gavin 2011-07-05 21:40:00 -04:00
stefanh@inbox.com
188cbdb692 Bug 553992 - No focus rings for buttons in download manager, places window and the update dialog. r=dao. 2011-07-26 23:17:59 +02:00
Chris Leary
679a65fe47 Merge mozilla-central and tracemonkey. 2011-07-05 17:30:35 -07:00
Dave Townsend
63de6ef728 Bug 659468: Make Feedback maxVersion match the Firefox version. r=robstrong
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/install.rdf => browser/app/profile/extensions/testpilot@labs.mozilla.com/install.rdf.in
2011-07-05 14:58:05 -07:00
Boris Zbarsky
7271e89ea8 Version bump from 7.0a1 to 8.0a1 2011-07-05 12:59:19 -04:00
Dão Gottwald
be59f67966 Bug 667314 - Don't loop infinitely when closing the selected tab in the Ctrl+Tab panel. r=gavin 2011-07-05 16:57:32 +02:00
Dão Gottwald
843bffeb0d Bug 669178 - Remove InspectorUI.embeddedBrowserParents since it leaks content windows and is generally broken. r=robcee/gavin 2011-07-05 16:54:46 +02:00
Marco Bonardo
a02569f1d4 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-05 10:15:27 +02:00
Dão Gottwald
7e95d76c48 rename assertTabs to checkTabs in browser_ctrlTab.js 2011-07-05 10:09:55 +02:00
Tim Taubert
8aa6740ce8 Bug 654721 - Remove the orphan tab concept from Panorama; r=ian, ui-review=limi 2011-07-05 00:23:35 +02:00
Tim Taubert
67b848fd0d Bug 663421 - Don't close empty groups automatically; r=dao 2011-07-05 00:23:33 +02:00
Marco Bonardo
500031a268 Merge last green changeset from mozilla-central to mozilla-inbound 2011-07-04 20:29:30 +02:00
stefanh@inbox.com
fac550ab7c Bug 645963 - Pinstripe doesn't show bookmarks chevron when toolbar is in text mode. r=dao. 2011-07-04 20:22:07 +02:00
Stephen Horlander
dce4463fc9 Bug 659267 - Subtle grey text for Sync notification on pinstripe.
r=dolske
2011-07-04 16:06:18 +02:00
Stephen Horlander
865fb01257 Bug 659266 - Need a minimalistic Sync glyph for notifications.
r=dolske

--HG--
rename : browser/themes/gnomestripe/browser/sync-24.png => browser/themes/gnomestripe/browser/sync-notification-24.png
2011-07-04 16:06:16 +02:00
Marco Bonardo
e88b205b60 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-04 20:26:29 +02:00
Dão Gottwald
fa2ae1571e Bug 563591 - Focus event incorrectly fired on document when moving between tabs on tab bar. r=enn 2011-07-04 20:12:30 +02:00
Rob Campbell
701c12f6c5 merge devtools to mozilla-central 2011-07-04 09:14:13 -03:00
Dão Gottwald
62ac865ab1 Addressing review comments for bug 465186
--HG--
extra : rebase_source : d433b763a715eeb11845e1bc111dbcf66ea732a4
2011-07-04 12:54:41 +02:00
Jezreel Ng
e0f88ae3e8 Bug 465186 - When detaching a tab, open the new window at the drop location. r=dao/smaug
--HG--
extra : rebase_source : 8145e9a0fcc4bf96fc5f66c2fdbbad13ca25c90e
2011-07-04 12:51:47 +02:00
Daniel Holbert
01465f2d76 Bug 663630 followup: Remove reference to now-deleted Makefile from makefiles.sh build script. r=mak 2011-07-12 12:54:54 -07:00
Benoit Girard
952c2f25af Bug 663259 - Enable Mac Async plugin by default. r=cjones,mattwoodrow
--HG--
extra : rebase_source : 6d397273f10e659a08125b3861e1651a3994aaa0
2011-07-12 10:31:18 -04:00
Felipe Gomes
221e3a13d4 Bug 668307. Minimum loadURI support for remote content. r=dao 2011-07-01 00:39:04 -03:00
Paul Rouget
5fb0e58b1b Bug 665880 - [highlighter] If a <embed> node is highlighted, a <<node.getSVGDocument() is null>> exception is raised; r=rcampbell,gavin.sharp 2011-06-30 10:17:48 -03:00
Raymond Lee
4a86fbc76b Bug 648294 - Opening and closing Panorama fails because keys as given in the DTD are not recognized anymore when synthesizing the key event; r=ian,dao 2011-06-30 15:25:26 +08:00
Tim Taubert
bce6128401 Bug 669762 - TabItem has incorrect close handler after unsuccessful TabItem.close() call; r=ehsan 2011-07-13 10:37:15 -07:00
Tim Taubert
325a2df42f Bug 663622 - notify the user that session restore was enabled; r=dolske, ui-r=limi 2011-07-13 10:36:13 -07:00
ithinc
a5f0e9f312 Bug 613530 - Fix a typo in nsSessionStore.js [r=zpao] 2011-07-11 15:09:47 -07:00
Jezreel Ng
13340b6c34 Bug 668316 - Implement canDrop for session restore's treeView. [r=zpao] 2011-07-11 15:09:47 -07:00
Paul O’Shannessy
5dc68c6375 Bug 668646 - Invalid cookie hosts causes sessionstore to stop updating [r=dietrich] 2011-07-11 15:09:47 -07:00
Tim Taubert
368c7e23d9 Bug 669790 - clean up browser_tabview_bug580412.js (fails in single-mode); r=ehsan 2011-07-11 10:45:42 -07:00
Tim Taubert
992839840b Bug 663646 - intermittent TEST-UNEXPECTED-FAIL | browser_tabview_bug595020.js (diagnostic patch) r=ehsan 2011-07-11 10:45:42 -07:00
Tim Taubert
4ccb366721 Bug 670035 - remove test browser_tabview_bug625666.js; r=ehsan 2011-07-11 10:45:42 -07:00
Tim Taubert
9322299f04 Bug 666566 - newWindowWithTabView() should wait for browser-delayed-startup-finished; r=dietrich 2011-07-11 10:45:42 -07:00
Tim Taubert
797a1aec24 Bug 669168 - last character of tab group name is sometimes lost; r=dietrich 2011-07-11 10:45:42 -07:00
Sid
c5b48f7c34 Bug 624225 - Remove border-radius from tabs. r=dao 2011-06-29 16:41:01 +02:00
Dão Gottwald
7b7af2070c Bug 668000 - browser_pageInfo.js leaks 2011-06-29 16:38:31 +02:00
Tim Taubert
9f8cd9cc92 Backout changeset 646f3f6f3cd5 (bug 663421) 2011-07-04 02:11:40 +02:00
Felipe Gomes
9a5f17cf83 Bug 663042. Disable some breaking parts of browser startup in e10s-compat mode, and other minor adjustments. r=dolske 2011-06-24 14:32:27 -07:00
Felipe Gomes
4ed1b97379 Bug 663038. Set some preferences for e10s builds. r=dolske 2011-06-22 13:43:09 -07:00
Kyle Huey
7ee7dacb0b Bug 578268: Eliminate the last vestiges of mork from Firefox. r=mak 2011-07-02 12:16:45 -07:00
Dão Gottwald
e790578764 Bug 668972 - blocked-popups options popup leaks content windows. r=gavin 2011-07-02 16:00:06 +02:00
Marco Bonardo
13b5cd08c3 Merge mozilla-inbound and mozilla-central 2011-07-02 10:39:08 +02:00
Marco Bonardo
c0afb18da7 Merge Places and mozilla-central 2011-07-01 18:26:04 +02:00
Marco Bonardo
e268c58a7d Merge backout on a CLOSED TREE 2011-07-01 16:30:02 +02:00
Marco Bonardo
b164bf7cd7 Backout due to mobile failures these changesets: 9f451a1901dd, e99f86ba7278, 447b48b79e6a, cef046665c53, c9237cc1fae0, d77a331a6d5a, f8f3afb95355, a050168887ee, 3ec4303ebf4d, 671b7c0d99f0, 56b17efbb62b, beceddeee3f4 on a CLOSED TREE 2011-07-01 16:28:07 +02:00
Dão Gottwald
90c606462a Bug 668227 - Remember the urlbar being focused when switching to a tab with a modal prompt. r=gavin 2011-07-01 12:18:23 +02:00
Felipe Gomes
cc87b27f98 Bug 668307. follow-up, const redefinition. r=me 2011-07-01 03:18:01 -03:00