Commit Graph

4430 Commits

Author SHA1 Message Date
Brian Hackett
6c3284f1e8 Merge MC -> JM.
--HG--
rename : dom/src/threads/Makefile.in => dom/workers/Makefile.in
rename : dom/src/threads/test/Makefile.in => dom/workers/test/Makefile.in
rename : dom/src/threads/test/WorkerTest.jsm => dom/workers/test/WorkerTest.jsm
rename : dom/src/threads/test/atob_worker.js => dom/workers/test/atob_worker.js
rename : dom/src/threads/test/chromeWorker_subworker.js => dom/workers/test/chromeWorker_subworker.js
rename : dom/src/threads/test/chromeWorker_worker.js => dom/workers/test/chromeWorker_worker.js
rename : dom/src/threads/test/closeOnGC_worker.js => dom/workers/test/closeOnGC_worker.js
rename : dom/src/threads/test/importScripts_worker.js => dom/workers/test/importScripts_worker.js
rename : dom/src/threads/test/importScripts_worker_imported1.js => dom/workers/test/importScripts_worker_imported1.js
rename : dom/src/threads/test/importScripts_worker_imported2.js => dom/workers/test/importScripts_worker_imported2.js
rename : dom/src/threads/test/json_worker.js => dom/workers/test/json_worker.js
rename : dom/src/threads/test/recursion_worker.js => dom/workers/test/recursion_worker.js
rename : dom/src/threads/test/relativeLoad_sub_worker.js => dom/workers/test/relativeLoad_sub_worker.js
rename : dom/src/threads/test/relativeLoad_worker.js => dom/workers/test/relativeLoad_worker.js
rename : dom/src/threads/test/simpleThread_worker.js => dom/workers/test/simpleThread_worker.js
rename : dom/src/threads/test/terminate_worker.js => dom/workers/test/terminate_worker.js
rename : dom/src/threads/test/test_404.html => dom/workers/test/test_404.html
rename : dom/src/threads/test/test_chromeWorker.html => dom/workers/test/test_chromeWorker.html
rename : dom/src/threads/test/test_chromeWorker.xul => dom/workers/test/test_chromeWorker.xul
rename : dom/src/threads/test/test_chromeWorkerJSM.xul => dom/workers/test/test_chromeWorkerJSM.xul
rename : dom/src/threads/test/test_close.html => dom/workers/test/test_close.html
rename : dom/src/threads/test/test_closeOnGC.html => dom/workers/test/test_closeOnGC.html
rename : dom/src/threads/test/test_errorPropagation.html => dom/workers/test/test_errorPropagation.html
rename : dom/src/threads/test/test_fibonacci.html => dom/workers/test/test_fibonacci.html
rename : dom/src/threads/test/test_importScripts.html => dom/workers/test/test_importScripts.html
rename : dom/src/threads/test/test_json.html => dom/workers/test/test_json.html
rename : dom/src/threads/test/test_longThread.html => dom/workers/test/test_longThread.html
rename : dom/src/threads/test/test_navigator.html => dom/workers/test/test_navigator.html
rename : dom/src/threads/test/test_recursion.html => dom/workers/test/test_recursion.html
rename : dom/src/threads/test/test_relativeLoad.html => dom/workers/test/test_relativeLoad.html
rename : dom/src/threads/test/test_simpleThread.html => dom/workers/test/test_simpleThread.html
rename : dom/src/threads/test/test_suspend.html => dom/workers/test/test_suspend.html
rename : dom/src/threads/test/test_terminate.html => dom/workers/test/test_terminate.html
rename : dom/src/threads/test/test_threadErrors.html => dom/workers/test/test_threadErrors.html
rename : dom/src/threads/test/test_threadTimeouts.html => dom/workers/test/test_threadTimeouts.html
rename : dom/src/threads/test/test_throwingOnerror.html => dom/workers/test/test_throwingOnerror.html
rename : dom/src/threads/test/test_xhr.html => dom/workers/test/test_xhr.html
rename : dom/src/threads/test/test_xhrAbort.html => dom/workers/test/test_xhrAbort.html
rename : dom/src/threads/test/threadTimeouts_worker.js => dom/workers/test/threadTimeouts_worker.js
rename : dom/src/threads/test/xhr_worker.js => dom/workers/test/xhr_worker.js
2011-07-28 18:10:31 -07:00
Gavin Sharp
986bbea77e merge m-c to fx-team
--HG--
rename : toolkit/components/console/hudservice/tests/browser/browser_webconsole_bug_595934_message_categories.js => browser/devtools/webconsole/test/browser/browser_webconsole_bug_595934_message_categories.js
rename : toolkit/components/console/hudservice/tests/browser/test-bug-603750-websocket.js => browser/devtools/webconsole/test/browser/test-bug-603750-websocket.js
2011-07-28 09:52:15 -07:00
Tim Taubert
f417784cac Bug 674929 - assignment to undeclared variable in browser_tabview_undo_group.js; r=ehsan DONTBUILD 2011-07-28 18:03:55 +02:00
Ehsan Akhgari
b9380105e9 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-28 10:37:23 -04:00
Frank Yan
9c86d798b5 Bug 455694 - followup: forgot to remove call to removed function. r=me 2011-07-28 05:15:23 -07:00
Tim Taubert
f684211304 Backout bug 626455 (changeset 37d01a2d846c) for random timeouts 2011-07-28 09:32:02 +02:00
Frank Yan
418eb8849b Bug 455694 - followup: fix typo. r=me DONTBUILD 2011-07-27 15:13:03 -07:00
Marco Bonardo
db0c96093a Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-27 12:12:25 +02:00
Frank Yan
7ab06a72f3 Bug 455694 - Animate tab reordering & detaching. r=dolske ui-r=limi 2011-07-26 22:26:14 -07:00
Frank Yan
2a99c84938 Bug 455694 - Animate tab reordering & detaching: Places changes. r=mak 2011-07-26 22:26:13 -07:00
Philipp von Weitershausen
acab28bfc0 Merge m-c to s-c 2011-07-25 11:27:59 -07:00
Raymond Lee
5e5fbb9942 Bug 671809 - Cmd+shift+F shortcut doesn't work while in Panorama r=tim 2011-07-24 00:06:06 +08:00
Tim Taubert
df1d9c18a8 Bug 673804 - followup: fix typo. r=me DONTBUILD 2011-07-28 06:54:48 +02:00
Tim Taubert
5d32f3d5ec Bug 626455 - modal dialog in onbeforeunload: browser freeze after removing last tab group in panorama; r=dietrich 2011-07-28 06:45:36 +02:00
Tim Taubert
35ffbd7fe9 Bug 673804 - Utils.trace() fails since Panorama uses ES5 strict mode; r=dao 2011-07-28 06:45:27 +02:00
Mike Ratcliffe
a0f9e088a6 Bug 660606 - Highlighter should allow registration of developer tools; r=rcampbell,dolske 2011-07-26 12:28:54 -03:00
Tim Taubert
2f0418164f Bug 673104 - Use ES5 strict mode for Panorama; r=dao 2011-07-23 17:07:39 +02: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
Brian Hackett
dda30fa4b2 Merge MC -> JM 2011-07-21 18:53:37 -07:00
Marco Bonardo
225034df61 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-21 14:32:10 +02:00
Tim Taubert
e269ae733d merge m-c into fx-team 2011-07-21 12:49:38 +02: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
Dão Gottwald
7cc42b4d69 Bug 663395 - put tabs opened from pinned tabs at the end of the tab strip. r=gavin ui-r=faaborg 2011-07-21 04:36:02 +02:00
Josh Matthews
46f873c5ff Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted 2011-07-20 17:52:13 -07:00
Josh Matthews
0f806c704b Bug 548667 - Submit crash reports via FormData. r=ted 2011-07-20 17:51:55 -07:00
Gavin Sharp
196bb99339 Bug 672813: clicking the Go button needs to focus the content area, r=dao 2011-07-20 16:21:55 -04:00
Gavin Sharp
c1a51464b1 merge m-c into fx-team 2011-07-20 16:25:06 -04: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
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
Gavin Sharp
5c6a257361 Bug 675037: fullzoom callback needs to handle null currentURI, r=dolske 2011-07-28 14:18:53 -07:00
Tim Taubert
7024bf0a29 merge m-c to fx-team 2011-07-30 22:31:04 +02:00
Paul O’Shannessy
ce17e82e0a Bug 626017 - Name functions in NetworkPrioritizer.jsm [r=gavin] 2011-07-28 13:47:13 -07:00
Alastair Robertson
dd73c42fd9 Bug 644998 - Session should not be restorable after clearing history, r=zpao/gavin 2011-07-28 13:20:52 -07:00
Frank Yan
93c7d8ed69 Bug 674732 - followup: remove unnecessary null check. r=dao 2011-07-28 21:33:36 -07:00
Frank Yan
4c11c68627 Bug 674732 - Re-support tab duplication/bookmarking via ctrl/opt+drag. r=dao 2011-07-28 21:26:38 -07:00
Frank Yan
c26d194252 Bug 674847 - Make tooltip suppression during tab drag not fragile. r=dao 2011-07-28 21:26:37 -07:00
Dão Gottwald
14628404b9 fix whitespace, DONTBUILD 2011-07-19 12:50:36 +02:00
Brian Hackett
89a7a7eac5 Merge MC -> JM 2011-07-15 14:40:15 -07: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
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
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
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
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
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
Brian Hackett
1b078f3536 Merge TM -> JM 2011-07-05 18:22:24 -07: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
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
Brian Hackett
dee99963bb Merge TM -> JM 2011-07-01 16:24:32 -07: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
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
Gavin Sharp
a1bfbc3b0d merge fx-team to mozilla central 2011-07-10 13:40:25 -07:00
Dão Gottwald
b223530596 Backed out changeset 0e1c0a79effc 2011-07-09 15:33:31 +02:00
Felipe Gomes
221e3a13d4 Bug 668307. Minimum loadURI support for remote content. r=dao 2011-07-01 00:39:04 -03:00
Dão Gottwald
7b7af2070c Bug 668000 - browser_pageInfo.js leaks 2011-06-29 16:38:31 +02:00
Paul O’Shannessy
6f5e601c1d Bug 666790 - addon download progress doorhanger has error when asking permission to install [r=gavin] 2011-06-28 11:03:00 -07: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
Raymond Lee
0a9173526e Bug 663613 - remove 'new tab' button from groups; r=ian, ui-r=limi 2011-06-23 11:42:50 +08:00
Tim Taubert
8fe95a7670 Bug 663612 - clicking a group should zoom into the group's active tab; r=sdwilsh, ui-r=limi 2011-07-19 15:36:55 +02:00
Tim Taubert
f2deaeb3b6 Bug 671460 - clean up browser_tabview_bug599626.js; r=ehsan 2011-07-18 15:53:18 +02:00
Felipe Gomes
4ed1b97379 Bug 663038. Set some preferences for e10s builds. r=dolske 2011-06-22 13:43:09 -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
Felipe Gomes
c70e71ed2a Bug 668307. Minimum loadURI support for remote content in Firefox. r=dao 2011-07-01 00:39:04 -03:00
Marco Bonardo
c15e745b7f Merge Places and mozilla-central 2011-06-30 22:21:07 +02:00
Marco Bonardo
ec8f889e95 Bug 667195 - follow-up - Remove subtest for MathML href link click, since contentAreaClick is not yet ready to handle that.
The support will be added in a separate bug since this is not related to the regression fixed in Bug 667195.
2011-06-30 22:05:46 +02:00
Philipp von Weitershausen
3171bf0b8f Merge services-central and mozilla-central 2011-06-30 21:24:00 +02:00
Marco Bonardo
77629447a2 Bug 667195 - Ctrl + Click on SVG/MathML links does not open pages in a new tab.
r=gavin
2011-06-30 15:34:12 +02:00
Philipp von Weitershausen
ec1277b0b1 Merge mozilla-central to services-central 2011-06-27 14:48:52 +01:00
Dão Gottwald
ccf200872f Bug 658738 - observe browser-delayed-startup-finished instead of replacing delayedStartup 2011-06-27 07:49:03 +02:00
Dão Gottwald
4004fc4ed4 Bug 658738 - really remove event listener from the browser 2011-06-27 07:44:04 +02:00
Felipe Gomes
c0b34bd2bb 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
Philipp von Weitershausen
bef09f4d5e Bug 662651 - Sync setup wizard: change "Password" to "Choose password" when setting up a new account. r=rnewman 2011-06-24 07:34:47 +02:00
Marco Bonardo
04758d0fea Bug 659578 - Remember Password notification is cut off at the bottom.
r=dolske
2011-06-23 14:35:11 +02:00
Mounir Lamouri
3c638f1884 Merge last green changeset of mozilla-inbound into mozilla-central. 2011-06-23 11:15:52 +02:00
Dão Gottwald
5bb3d596f5 Bug 665580 - Hide http:// and single trailing slashes in the location bar. ui-r=faaborg r=sdwilsh 2011-06-23 10:13:41 +02:00
Felipe Gomes
7248b093ca Bug 663038. Set some preferences for e10s builds. r=dolske 2011-06-22 13:43:09 -07:00
Ehsan Akhgari
f742585a1f Merge mozilla-central into mozilla-inbound 2011-06-22 20:19:47 -04:00
Tim Taubert
c3f607632f Bug 663646 - intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug595020.js | title starts with 'title' - Got -1, expected 0; r=ehsan 2011-06-22 23:40:19 +02:00
Dão Gottwald
d2a980c1bf Bug 666221 - Inspector leaks browser and content window through the highlighter. r=dietrich 2011-06-22 19:22:14 +02:00
Mounir Lamouri
da18a8f130 Merging last green changeset of mozilla-inbound into mozilla-central. 2011-06-22 16:13:49 +02:00
Dão Gottwald
d296515b6d Bug 664519 - Auto-remove iQ event listeners. r=iangilman
--HG--
extra : rebase_source : 6e7f26a9183839e40cb237fe3e4106d7ec3034a4
2011-06-22 10:03:32 +02:00
Philipp von Weitershausen
58671c6994 Merge services-central and mozilla-central 2011-06-21 21:34:45 +02:00
Dão Gottwald
abac6739de Bug 591953 - Show the "Open Link" context menu item for URLs with hyphens. r=gavin 2011-06-21 11:59:29 +02:00
Philipp von Weitershausen
4194ba8a1f Merge mozilla-central to services-central 2011-06-20 14:30:02 +02:00
Marina Samuel
22546c8058 Bug 600429 - Tune score increments to trigger a sync more quickly. r=philikon
Part 2: Remove delays
2011-06-16 21:13:20 +02:00
Gavin Sharp
cb0ab36ed5 Bug 664552: open location dialog should behave the same as the location bar, r=dao 2011-06-15 16:39:57 -04:00
Gavin Sharp
afb55bb69c Bug 666964: include trimmed "http://" prefix in URL bar copied text if the selection starts at the beginning of the URL, r=dao 2011-06-25 21:08:31 -04:00
Felipe Gomes
0ca0238749 Bug 668307. follow up, const redefinition. r=me 2011-07-08 13:14:05 -03:00
Philipp von Weitershausen
9573f37510 Merge services-central with mozilla-central 2011-06-15 11:23:12 +02:00
Philipp von Weitershausen
c073b4438a Merge m-c to s-c 2011-06-13 20:44:14 +02:00
Dão Gottwald
728e0903c3 Bug 666706 - Don't pass IPv6 literals to the effective TLD service, since the brackets prevent them from being recognized as IPs. r=gavin 2011-06-25 09:41:31 +02:00
Rob Campbell
1f411f80a9 Bug 663746 - Change Scratchpad shortcut key to something other than F4; r=dao 2011-06-24 16:00:50 -03:00
Rob Campbell
a1b0eafcc2 merge m-c to devtools, conflict in inspector.js 2011-06-24 15:50:35 -03:00
Dão Gottwald
58dbc45032 Bug 666717 - URL bar highlighting needs to recognize URLs with hyphenated schemes (e.g. view-source). r=gavin 2011-06-24 06:35:25 +02:00
Richard Newman
be88db1e76 Merging mozilla-central to services-central. 2011-06-12 14:23:51 -07:00
Richard Newman
b4f2f313d6 Merge mozilla-central to services-central. 2011-06-10 23:07:46 -07:00
Dave Camp
cac45115fe Merge m-c to devtools. 2011-06-10 15:35:17 -07:00
Marco Bonardo
d6c4314155 Merge last green changeset from mozilla-central to mozilla-inbound 2011-07-01 23:56:44 +02:00
Robert Longson
782a97703a Bug 639945 - tooltips are not displayed on inline svg elements. r=dao,bzbarsky 2011-06-30 21:58:21 +01:00
Philipp von Weitershausen
58ae7aee0e Merge mozilla-central to services-central 2011-06-09 12:40:13 +02:00
Philipp von Weitershausen
f65909aacd Merge mozilla-central to services-central 2011-06-08 18:09:45 +02:00
Marco Bonardo
7804781a5b Merge Places and mozilla-central 2011-06-08 12:24:14 +02:00
Gavin Sharp
9466ee54ae Merge fx-team with mozilla-central 2011-07-08 10:20:52 -04:00
Tim Taubert
0e25fc704b Bug 664670 - imageDataCb passed to Storage.getTabData in TabItem__reconnect runs when the tab is already gone; r=dao 2011-07-08 14:50:33 +02:00
Dão Gottwald
3ada0a1ec5 Bug 669265 - Shift+Ctrl+Tab should open the classic all-tabs menu with browser.ctrlTab.previews=true and browser.allTabs.previews=false. r=gavin 2011-07-08 08:46:50 +02:00
Rob Campbell
17c2bcb1cf Bug 660606 - Highlighter should allow registration of developer tools;
r=rcampbell,dolske, Backed out changeset 091f9b61d326, a=#orange
2011-07-06 14:43:55 -03:00
Mike Ratcliffe
4cb81b108d Bug 660606 - Highlighter should allow registration of developer tools; r=rcampbell,dolske 2011-07-06 11:27:53 -03: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
Brian Hackett
020c4d8bac Merge TM -> JM 2011-06-06 16:47:40 -07:00
Rob Campbell
6699a6d7c6 merge m-c to devtools 2011-06-06 16:42:23 -03:00
Richard Newman
de3a7ca3c3 Merge mozilla-central to services-central. 2011-06-06 12:35:38 -07:00
Philipp von Weitershausen
546d99116d Bug 662178 - Simplify timed callbacks. r=rnewman 2011-06-06 21:27:36 +02:00
Philipp von Weitershausen
5ae38cde93 Bug 658675 - Preload captcha. r=rnewman 2011-06-06 20:29:54 +02:00
Margaret Leibovic
9689877212 Bug 661823 - Ctrl+F shouldn't work to open Find toolbar in about:permissions and should work to close existing Find bar. r=gavin 2011-06-06 08:15:21 -07:00
Marco Bonardo
a867bf319c Backout changeset ef79a5b41697 (bug 663395) 2011-08-03 20:39:51 +02:00
Tim Taubert
78553de4f1 merge the last green changeset on m-c to fx-team 2011-08-03 07:41:10 +02:00
Tim Taubert
a801bf5ebe Bug 673196 - When creating a new TabGroup near the edge of the screen in Panorama, a part of it is invisible; r=dietrich 2011-08-03 07:38:07 +02:00
Tim Taubert
00301a3c9f Bug 673729 - When a stacked group's expand button is clicked the group starts to zoom; r=dietrich 2011-08-03 07:38:07 +02:00
Tim Taubert
433e3b3fdf Bug 625668 - Resizes for single groups don't stick correctly, returning them to their userSize values; r=dietrich 2011-08-03 07:38:07 +02:00
Rob Campbell
43d42a51cf Bug 666650 - [highlighter] create a global toolbar for the highlighter; r=mihai.sucan,gavin.sharp; a=testfix 2011-08-02 20:47:24 -03:00
Rob Campbell
9163fd9bbd Bug 666650 - [highlighter] create a global toolbar for the highlighter; r=mihai.sucan,gavin.sharp 2011-08-02 18:28:49 -03:00
Paul Rouget
dfcf7390ed Bug 671689 - [highlighter] Nodes should be selectable from the HTML tree; r=rcampbell,gavin.sharp 2011-08-02 18:08:38 -03:00
Philipp von Weitershausen
d25de6f9f5 Merge services-central with mozilla-central 2011-08-02 12:01:42 -07:00
Philipp von Weitershausen
f6db24ba76 Merge m-c to s-c 2011-08-01 13:36:42 -07:00
Gregory Szorc
37b6c2be22 Bug 666330 - unregister handlers on window unload. r=philikon 2011-07-29 18:48:15 -07:00
Rob Campbell
037bcb41ad Bug 674879 - Move Scratchpad to browser/devtools; r=gavin.sharp,mihai.sucan
--HG--
rename : browser/base/content/scratchpad.js => browser/devtools/scratchpad/scratchpad.js
rename : browser/base/content/scratchpad.xul => browser/devtools/scratchpad/scratchpad.xul
rename : browser/base/content/test/browser_scratchpad_bug_646070_chrome_context_pref.js => browser/devtools/scratchpad/test/browser_scratchpad_bug_646070_chrome_context_pref.js
rename : browser/base/content/test/browser_scratchpad_bug_660560_tab.js => browser/devtools/scratchpad/test/browser_scratchpad_bug_660560_tab.js
rename : browser/base/content/test/browser_scratchpad_contexts.js => browser/devtools/scratchpad/test/browser_scratchpad_contexts.js
rename : browser/base/content/test/browser_scratchpad_execute_print.js => browser/devtools/scratchpad/test/browser_scratchpad_execute_print.js
rename : browser/base/content/test/browser_scratchpad_files.js => browser/devtools/scratchpad/test/browser_scratchpad_files.js
rename : browser/base/content/test/browser_scratchpad_initialization.js => browser/devtools/scratchpad/test/browser_scratchpad_initialization.js
rename : browser/base/content/test/browser_scratchpad_inspect.js => browser/devtools/scratchpad/test/browser_scratchpad_inspect.js
rename : browser/base/content/test/browser_scratchpad_tab_switch.js => browser/devtools/scratchpad/test/browser_scratchpad_tab_switch.js
rename : browser/base/content/test/browser_scratchpad_ui.js => browser/devtools/scratchpad/test/browser_scratchpad_ui.js
2011-08-02 11:11:32 -03:00
Dão Gottwald
9e3c046bbe more random browser chrome test cleanup (no bug) 2011-06-11 16:54:23 +02:00
Dão Gottwald
d0986b9f70 remove redundant jsm imports from browser chrome tests
--HG--
extra : rebase_source : 3eee5463d514dfe1f62cd59a9c317e31903e7313
2011-06-10 11:58:45 +02:00
Marco Bonardo
37566dfe10 Bug 659335 - Learn More links are broken in sync discovery dialogs.
r=dolske
2011-06-02 16:30:56 +02:00
Richard Newman
153ae08f6b Merge services-central to mozilla-central. 2011-06-01 18:20:09 -07:00
Dão Gottwald
f9befacdc4 Bug 660446 - Use tab.closing property instead of _removingTabs. r=iangilman 2011-06-01 10:20:53 +02:00
Philipp von Weitershausen
18f984fb4e Merge mozilla-central to services-central 2011-05-31 12:56:58 -07:00
Mounir Lamouri
0c784be5a4 Merging cedar with mozilla-central. 2011-06-01 10:06:55 +02:00
Raymond Lee
b1340cf3ff Bug 657219 - Intermittent timeout in browser/base/content/test/tabview/browser_tabview_undo_group.js r=ian 2011-06-01 00:17:09 +08:00
Raymond Lee
fbfdf23f9b Bug 660017 - Can't use redo keyboard shortcut in Panorama r=ian 2011-06-01 10:37:12 +08:00
Raymond Lee
8fe5312dc3 Bug 627239 - Don't store thumbnails for https pages r=ehsan 2011-05-31 04:02:04 +08:00
Tim Taubert
b1643fe520 Bug 649088 - Use default favicon consistent with rest of browser; f=raymond, r=sdwilsh 2011-05-31 22:00:01 +02:00
Philipp von Weitershausen
c59c671095 Fix bug 660684. r=rnewman 2011-05-30 12:53:29 -07:00
Philipp von Weitershausen
febd7a3239 Bug 564560 - Sync dialogs should persist position. r=rnewman 2011-05-30 12:52:55 -07:00
Philipp von Weitershausen
2c6a521a2f Bug 568653 - Change "Last Update" to "Last Sync" in tooltip. r=rnewman 2011-05-30 12:51:34 -07:00
Rob Campbell
d3e703ea34 merge m-c to devtools 2011-05-30 11:46:04 -04:00
Dão Gottwald
39a5ed5b97 Bug 658738 - reset TabContextMenu.contextTab when manually calling TabContextMenu.updateContextMenu 2011-06-12 21:49:35 +02:00
Dão Gottwald
cb8dff8bad browser_tabview_bug627288.js cleanup 2011-06-13 08:37:33 +02:00
Brian Hackett
1354314184 Merge TM -> JM 2011-05-27 15:08:04 -07:00
Tim Taubert
e608cd7642 Bug 666475 - Intermittent browser_tabview_privatebrowsing.js | Test timed out; r=ehsan 2011-08-04 03:49:43 +02:00
Tim Taubert
2c846a49c3 Bug 651643 - Private browsing service executes transition even when no mode switch required; r=ehsan,zpao 2011-08-04 03:49:38 +02:00
Mihai Sucan
2cb1359cb7 Bug 642471 - Rewrite PanelHighlighter using transparent xul iframe and canvas. patch=robcee,msucan,paul r=dietrich 2011-06-16 11:24:20 -07:00
Mihai Sucan
9998ce604e Bug 660560 - Scratchpad lacks indentation, pressing TAB key should indent code. r=dietrich 2011-06-14 13:44:51 +03:00
Rob Campbell
b370997197 Bug 653528 - Strip out Style and DOM panels and support code from Inspector.; r=gavin.sharp 2011-05-26 14:38:09 -03:00
Felipe Gomes
e1e3d8998f Bug 668307. Minimum loadURI support for remote content. r=dao,mossop 2011-07-13 12:17:31 -07:00
Brian Hackett
1e358b51f6 Merge TM -> JM 2011-05-22 08:59:06 -07:00
Boris Zbarsky
84f53e7260 Merge mozilla-central into mozilla-inbound 2011-06-21 17:05:11 -04:00
Steffen Wilberg
4815650ea6 Bug 663253: Remove the 'browser.offline' preference (don't remember offline mode from the previous session). r=gavin 2011-06-21 22:23:26 +02:00
Tim Taubert
5652e30d81 Bug 665502 - tabItems are resized when closing the active tab in a group; r=dietrich 2011-06-20 18:34:55 +02:00
Raymond Lee
457d121d41 Bug 633190 - Inconsistent animation behavior for creating new tab in Panorama r=ian 2011-06-17 13:05:30 +08:00
Mounir Lamouri
77c1d76262 Merging cedar with mozilla-central. 2011-05-20 15:55:16 +02:00
Tim Taubert
6873861a2b Bug 595601 - Option to not load tabs from inactive groups on initial browser startup (and until such time as the tab(s) become part of an active group); r=zpao 2011-05-20 00:07:55 +02:00
Tim Taubert
16884d5557 Bug 650573 - Panorama hangs when restoring a session; f=raymond, r=sdwilsh 2011-05-19 23:44:51 +02:00
Dão Gottwald
7778dfb0d9 Bug 662155 - addTab should report the exception when loadURIWithFlags fails. r=gavin 2011-06-05 19:37:10 +02:00
Ed Morley
9e71e5b9ac Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
Dão Gottwald
9680f28e84 Bug 631954 - Right-clicking on back button menu item opens additional back button menu. r=gavin 2011-05-20 11:20:53 +02:00
Mounir Lamouri
3646f63577 Merging cedar with mozilla-central. 2011-05-19 15:05:34 +02:00
Dão Gottwald
364d366644 merge backout 2011-05-19 11:54:20 +02:00
Dão Gottwald
94ff63d527 Backed out changeset 63284a27cb1b 2011-05-19 11:53:27 +02:00
Dão Gottwald
183c89f68a Bug 563337 - "Error: preview is undefined" and "this.preview is undefined" when closing the last tab with browser.tabs.closeWindowWithLastTab = false. r=gavin
--HG--
extra : rebase_source : 84f1e724f6a05b13c10b102de2df1007163ceb74
2011-05-18 10:04:36 +02:00
Dão Gottwald
711cf8447b Bug 644746 - Call updateVisibility when constructing the tabs container rather than when addProgressListener is called for the first time. r=gavin
--HG--
extra : rebase_source : e6ccbfe8274217fdca48ee5c53e5bf2eeca2d066
2011-05-18 10:02:10 +02:00
Robert Strong
6c8f63e466 Main patch - Switching channels is broken when an update is already downloading or downloaded - Bug 652016 - When switching channels, I get a failed update. r=mossop 2011-05-18 11:28:56 -07:00
Tim Taubert
7a34db6a24 Bug 643392 - A 'ghost tab' appears inside a Tab Group; f=raymond, r=dao+ehsan 2011-05-17 23:31:41 +02:00
Tim Taubert
04b7da7644 Bug 656778 - Enable session restore when Panorama usage is detected; r=zpao+dolske, ui-r=limi 2011-05-18 00:00:05 +02:00
Raymond Lee
26574c60f1 Bug 657331 - Fix the registerCleanupFunction() in browser_tabview_bug625195.js r=ian 2011-05-16 20:40:09 +08:00