Commit Graph

3329 Commits

Author SHA1 Message Date
Rob Campbell
6afe6d2b1a Bug 547453: create a web page inspector for Firefox, r=gavin 2010-05-13 16:38:21 -04:00
Gavin Sharp
c9e937e129 Backed out changeset f551d1be254e (inspector-0.1, fixing commit message) 2010-05-13 16:36:43 -04:00
Rob Campbell
9165b0fd02 inspector-0.1 2010-05-13 17:08:34 -03:00
Dão Gottwald
4ee57a0f81 Bug 565048 - move accel+up/down/left/right/home/end keypress handler to the tab container binding. r=gavin 2010-05-13 17:37:17 +02:00
Mounir Lamouri
fa4a7ab134 Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking 2010-05-12 09:17:07 +02:00
Marco Zehe
9a2f5eb619 Bug 565042 - Add an accessibleName for the tabs toolbar, r=gavin 2010-05-12 08:08:42 +02:00
Dão Gottwald
51a21aaf42 Bug 563588 - Control+leftArrow/rightArrow/home/end can no longer be used to move tabs on the tab bar. r=gavin 2010-05-08 10:26:26 +02:00
Dão Gottwald
c805b4d0ff Bug 564170 - ctrlTab_advanceFocus incorrectly assumes the popupshown has been received if the panel's state is 'open'. r=enn 2010-05-07 09:50:04 +02:00
Blair McBride
a024d10671 Bug 552754: Fix browser_pluginnotification.js. r=sdwilsh 2010-04-29 10:19:17 -07:00
Blair McBride
aa577eadb5 Bug 554007: New add-ons manager UI (browser parts). r=sdwilsh 2010-04-29 10:17:06 -07:00
Dave Townsend
1c73bfd3fe Bug 560602: browser_pageInfo.js times out. r=robstrong 2010-04-28 15:02:43 -07:00
Dave Townsend
b804b7d355 Bug 553092: Initialise the permissions manager on startup. r=robstrong 2010-04-26 12:19:18 -07:00
Dave Townsend
76426230d6 Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Phil Ringnalda
55558dbc91 Remove trailing whitespace to trigger builds in a CLOSED TREE 2010-05-09 19:46:21 -07:00
Phil Ringnalda
302d970950 Remove trailing whitespace to trigger builds in a CLOSED TREE 2010-05-09 12:26:01 -07:00
Phil Ringnalda
2990ca6aff Remove trailing whitespace to trigger builds in a CLOSED TREE 2010-05-09 10:47:12 -07:00
Phil Ringnalda
7930cbf32a Remove trailing whitespace to trigger builds in a CLOSED TREE 2010-05-08 18:13:12 -07:00
Asaf Romano
517a908d39 Bug 528884 - Remove places' menu and toolbar bindings. r=mak 2010-05-05 15:28:04 +02:00
Dave Townsend
c92630540b Backout new add-ons manager due to Ts regression on OSX 10.5 2010-05-01 11:04:44 -07:00
Blair McBride
f5b788500f Bug 552754: Fix browser_pluginnotification.js. r=sdwilsh 2010-04-29 10:19:17 -07:00
Blair McBride
1788250a47 Bug 554007: New add-ons manager UI (browser parts). r=sdwilsh 2010-04-29 10:17:06 -07:00
Dave Townsend
bec33e87b8 Bug 560602: browser_pageInfo.js times out. r=robstrong 2010-04-28 15:02:43 -07:00
Dave Townsend
9c5f64af95 Bug 553092: Initialise the permissions manager on startup. r=robstrong 2010-04-26 12:19:18 -07:00
Dave Townsend
fa94aa3e68 Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Masatoshi Kimura
42cfbfeaf3 b=546013 encode default ignorable characters on url bar to prevent spoofing r=gavin 2010-04-29 09:55:44 +12:00
Dão Gottwald
46fbae6c1c Bug 457187 - Make the tabs toolbar customizable. r=gavin 2010-04-27 18:57:19 +02:00
Justin Dolske
813a9ea2b3 Bug 546502 - Refreshing on toolbar for crash plugin UI doesn't remove notification bar. r=gavin, a=developers 2010-04-26 12:58:12 -07:00
Marco Bonardo
6c55718331 Bug 560104 - rename toolkit places utils.js to PlacesUtils.jsm r=dietrich 2010-04-26 21:04:17 +02:00
Phil Ringnalda
b717403e03 Bug 518607 - Move the Troubleshooting Information page into toolkit so other apps like Thunderbird and SeaMonkey can use it, r=gavin 2010-02-20 19:36:46 -08:00
Robert Sayre
4f68530f45 Merge mozilla-central to tracemonkey. 2010-04-24 12:56:26 -04:00
Jeff Walden
6701407555 Bug 560018 - Actually remove support for { get property funname() { } }, confounded merging madness... r=luke 2010-04-17 03:19:33 -07:00
Dão Gottwald
57fa107cf8 Bug 414345 - Don't try to load clipboard content that's not a valid URI. r=gavin 2010-04-22 09:25:54 +02:00
Dão Gottwald
7730bb62d3 Bug 470051 - Disable "New Tab" and "Open Location" commands in popups. r=gavin 2010-04-22 09:24:39 +02:00
Tanner M. Young
91661a31f0 Bug 560143 - Prevent the "Address" column in Page Info's Media pane from being hidden. r=dao 2010-04-22 09:19:27 +02:00
Tanner M. Young
6d151789bb Bug 560061 - fix typo. r=dao 2010-04-22 09:16:53 +02:00
Robert Kaiser
2e78d29561 bug 560867 - test_contextmenu should test for label existence and give slightly better log info, r=gavin a=jimm|sheriff for CLOSED TREE 2010-04-22 00:08:34 +02:00
Neil Deakin
647f30aa88 Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil 2010-04-21 10:53:42 -04:00
Justin Dolske
f79c1f7255 Bug 558517 - Cleanup browser.js plugin code. r=gavin 2010-04-20 12:26:08 -07:00
Marco Bonardo
fecfd2b329 Bug 467997 - browser_sanitize-timespans.js random failure when crossing midnight. r=adw 2010-04-20 10:07:24 +02:00
Neil Deakin
3fea5960c8 Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking 2010-04-18 14:27:18 -04:00
Marco Bonardo
a2d28ffd95 Bug 556739 - followup to address a missing change and app module usage. 2010-04-18 16:06:01 +02:00
Marco Bonardo
508981aa34 Bug 556739 - Part4: PlacesUIUtils should be a module instead. r=dietrich 2010-04-17 12:07:19 +02:00
Tanner M. Young
209688714c Bug 448630 - Make audio and video show up in Page Info > Media. r=dao 2010-04-17 11:08:12 +02:00
Siddharth Agarwal
b4de4f4426 Bug 474060 - Show download progress in app icon in Windows 7 taskbar. Tests by Felipe Gomes. r=sdwilsh r=mconnor r=sid, sr=vlad, ui-r=faaborg 2010-04-15 00:14:12 +02:00
Dão Gottwald
a993a5e27c Bug 558461 - Don't warn about closing multiple tabs when closing only one tab. r=gavin, ui-r=faaborg 2010-04-12 10:01:34 +02:00
Dão Gottwald
e8f4f68c28 Bug 558643 - Remove unused toolbox-top class. r=gavin 2010-04-12 09:59:26 +02:00
Justin Lebar
400998a7ef Bug 556684 Move test for bug 550565 r=dao 2010-04-11 20:52:59 +01:00
Dão Gottwald
11759821e2 s/mTabs/tabs/ (no bug, CLOSED TREE) 2010-04-09 13:18:02 +02:00
Justin Dolske
4cec7e8060 Bug 544597 - Remap plugin names to a more readable form for plugin-crashed UI. r=gavin, r=jst 2010-04-08 00:45:00 -07:00
Justin Dolske
f3f2fbddd6 Bug 557661 - change OOPP crash UI to make it easier to submit crash reports. r=gavin, ui-r=beltzner 2010-04-07 18:53:00 -07:00