Dão Gottwald
|
db77698258
|
Bug 494152 - eliminate onnewtab and the NewTab event. r=mano
|
2009-10-06 16:27:15 +02:00 |
|
Marco Bonardo
|
3d82d1b8c4
|
Bug 520547 - revert renaming of PlacesUtils methods from bug 477583. r=mano, r=gavin
|
2009-10-06 15:47:58 +02:00 |
|
Asaf Romano
|
d3208a9a94
|
Bug 510634 - Wrong icons on bookmarks sidebar. r=mak.
|
2009-10-06 15:04:14 +02:00 |
|
Marco Bonardo
|
caa3fe686b
|
Fix test for bug 474056, persistent orange. r=trivial-bustage-fix
|
2009-10-06 14:42:04 +02:00 |
|
Dão Gottwald
|
6e62d9df06
|
Bug 514915 - gProgressCollapseTimer and gProgressMeterPanel shouldn't exist. r=mano
|
2009-10-06 14:34:25 +02:00 |
|
Dão Gottwald
|
5ab4177f82
|
Bug 507586 - FullScreen shutdown code doesn't belong in BrowserTryToCloseWindow(). r=mano
|
2009-10-06 14:33:55 +02:00 |
|
Makoto Kato
|
e3fe66b156
|
Bug 469654 - Windows x64 build support. r=ted
|
2009-10-06 17:28:05 +09:00 |
|
Rob Arnold
|
d67aeb5e4d
|
Fix test for bug 474056 to run on non-Windows 7 machines.
--HG--
extra : rebase_source : 8d1c5f3f8dd4e9df22c60a0694b712454b7e7077
|
2009-10-06 03:22:27 -04:00 |
|
Rob Arnold
|
e991b2bf7f
|
Bug 474056 - Implement optional preview per tab r=dao,rflint,mconnor
|
2009-10-06 00:26:15 -04:00 |
|
Armen Zambrano Gasparnian
|
2e5a9f40f0
|
Bug 501794 download the windows installers only if a product declares RETRIEVE_WINDOWS_INSTALLER=1 in their /locales/Makefile.in file - r=ted
|
2009-10-05 17:04:18 -04:00 |
|
Marco Bonardo
|
fdc9c1fda9
|
Forgot to remove observer in bug 516444, r=trivial-post-facto
|
2009-10-05 16:43:10 +02:00 |
|
Dão Gottwald
|
781700e4b0
|
Bug 494373 - make sure the location bar is visible before focusing it. r=gavin
|
2009-10-05 15:41:24 +02:00 |
|
Marco Bonardo
|
c62a4b0301
|
Bug 516444 - Installation of Firefox Custom Builds without migration from a 2nd Browser is missing the Firefox default bookmarks, r=thunder
|
2009-10-05 12:13:04 +02:00 |
|
Marco Bonardo
|
3ab79457e6
|
Bug 519186 - drag & drop in bookmarks menu does not correctly update the view, r=mano
This is a regression from bug 498130.
|
2009-10-05 12:12:46 +02:00 |
|
Taras Glek
|
e2335c2699
|
bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
2009-10-04 12:44:52 +02:00 |
|
Dão Gottwald
|
d83eea4025
|
Backed out changeset ddd79f809784
|
2009-10-04 12:44:27 +02:00 |
|
Dão Gottwald
|
1a1457de94
|
bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
2009-10-04 12:43:18 +02:00 |
|
Dão Gottwald
|
2ad67a32fd
|
Bug 520374 - WebContentConverter.js needlessly includes debug.js. r=mano
|
2009-10-03 18:36:44 -04:00 |
|
Dão Gottwald
|
179c8bd321
|
Bug 520372 - re-enable aero glass for the all tabs panel. r=rflint
|
2009-10-03 18:36:15 -04:00 |
|
Ryan Flint
|
8575f938b5
|
Bug 520342 - Consolidate some getService calls. r=dietrich
|
2009-10-03 17:48:43 -04:00 |
|
Dão Gottwald
|
38feabc419
|
Bug 520361 - escapeNameValuePair() shouldn't be global. r=gavin
|
2009-10-03 18:41:44 +02:00 |
|
Jim Mathies
|
a2988c6265
|
Bug 403857 - Windows file picking codepath in Applications preference pane should use isValidHandlerApp. r=myk
|
2009-10-03 18:25:41 +02:00 |
|
Dão Gottwald
|
e55e3bacc6
|
follow-up to bug 517755
|
2009-10-03 17:50:08 +02:00 |
|
Dão Gottwald
|
71070ef739
|
Bug 517755 - use smart getters in View Source window. r=neil
|
2009-10-03 11:36:04 +02:00 |
|
Chris Jones
|
d215e057fe
|
Merge backout
|
2009-10-02 18:09:39 -05:00 |
|
Chris Jones
|
08de77b6a4
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Dão Gottwald
|
1d1738b34d
|
Bug 520190 - make use of formatURL(). r=gavin
|
2009-10-02 18:52:53 +02:00 |
|
Dão Gottwald
|
3137b69ef0
|
Bug 520143 - don't try/catch when reading plugins.hide_infobar_for_outdated_plugin and plugins.hide_infobar_for_missing_plugin, since they have a default value. r=dtownsend
|
2009-10-02 18:22:53 +02:00 |
|
Blair McBride
|
9cdc2ead10
|
Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh
|
2009-10-02 13:26:04 +02:00 |
|
Chris Jones
|
3e5fef214c
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Dão Gottwald
|
d21bfbc361
|
Testing impact on Ts Shutdown
|
2009-10-02 01:51:49 +02:00 |
|
Dão Gottwald
|
958f9c18a0
|
backout change from Ts Shutdown investigation
|
2009-10-02 10:52:10 +02:00 |
|
Nochum Sossonko
|
33de430128
|
Bug 513461 - Implement pseudo classes for lightweight theme handling. r=dao,dbaron
|
2009-10-02 08:22:18 +02:00 |
|
Blair McBride
|
c4a43f3551
|
Bug 468881 - Save Frame As… option appears when not necessary in File Menu. r=dao, ui-r=beltzner
|
2009-10-02 08:21:48 +02:00 |
|
Dão Gottwald
|
4be503d54d
|
Testing impact on Ts Shutdown
|
2009-10-02 07:57:54 +02:00 |
|
Dão Gottwald
|
391e0ea92f
|
Bug 334697 - Implement pie-chart throbber. r=vlad, ui-r=beltzner
|
2009-09-30 10:40:50 +02:00 |
|
Markus Amalthea Magnuson
|
469dab5479
|
Bug 314844 - "About Mozilla Firefox" menuitem should be labeled "About Firefox". r=gavin, ui-r=faaborg
|
2009-09-30 10:02:22 +02:00 |
|
Dão Gottwald
|
71b2f73aad
|
Bug 519586 - anomaly on the back button texture when clicking the forward button
|
2009-09-30 09:57:52 +02:00 |
|
Dietrich Ayala
|
f66429541f
|
Bug 498130 - Reduce places-views overhead (RELAND)
|
2009-10-01 09:53:26 -07:00 |
|
Dão Gottwald
|
4d33dfaf56
|
Attempt to address Ts Shutdown regression, follow-up to bug 334697
|
2009-10-01 17:00:06 +02:00 |
|
Blair McBride
|
814a48f0a5
|
Bug 432213 - Bookmark dialog position incorrectly when bookmarking frame. r=mak77, ui-r=limi
|
2009-10-01 16:10:53 +02:00 |
|
Dão Gottwald
|
2a893dd50b
|
add missing semicolons
|
2009-10-01 16:07:21 +02:00 |
|
Dão Gottwald
|
b14da9eae5
|
Bug 518533 - back and forward buttons have the wrong orientation in RTL mode on OS X. r=vlad
|
2009-09-29 21:19:21 +02:00 |
|
Marco Bonardo
|
cbf9435322
|
Bug 477583 - Backups of bookmarks stops working if a future backup exists, r=mano
|
2009-09-29 12:44:18 +02:00 |
|
Markus Stange
|
ae8787f414
|
Bug 511785 - Replace toolbarbutton background images in the Places window with some CSS magic (borders, gradient backgrounds, box shadows). r=dao
--HG--
extra : rebase_source : 6e2a128c69aea89302243f60ad889c5e3f6380d3
|
2009-09-28 10:01:22 +13:00 |
|
Gavin Sharp
|
fee99eb3f2
|
Bug 462598 - about:rights text in nightlies is showing text for branded builds. r=dolske
|
2009-09-26 21:02:03 +02:00 |
|
Dão Gottwald
|
ad512f87f3
|
Bug 424517 - Icons on bookmarks toolbar should be always small. r=gavin
|
2009-09-26 17:50:26 +02:00 |
|
Asaf Romano
|
0cdda0b913
|
Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor.
|
2009-09-26 11:23:17 +03:00 |
|
Paul O’Shannessy
|
dc9f88b701
|
Bug 518616 - Browser tests shouldn't create storage statement wrapper or use step(). r=dao
--HG--
extra : rebase_source : 34526611e426f28eaf383e0db25c32f253d4e0ff
|
2009-09-25 15:32:22 -07:00 |
|
Paul O’Shannessy
|
315875c467
|
Bug 518617 - Private Browsing tests should use executeStep() instead of step(). r=ehsan
--HG--
extra : rebase_source : c7aa921163e13d5f7ea42ff084574876816a06d0
|
2009-09-25 15:32:21 -07:00 |
|
Mitchell Field
|
eb31b31d25
|
Bug 514665 - fix stupid module name differences on windows. r=ted
|
2009-09-25 18:41:16 +02:00 |
|
Curtis Bartley
|
ac1be2130e
|
Bug 367596 - Create about:support page with troubleshooting information. r=johnath,mconnor
|
2009-09-25 18:40:51 +02:00 |
|
John Morkel
|
6d241a51b5
|
Test for bug 515635. r=dao
|
2009-09-25 18:40:38 +02:00 |
|
Dan Witte
|
38eb8b7058
|
Land jsctypes. b=513783, r=jorendorff, sr=bsmedberg.
|
2009-09-23 10:57:22 -07:00 |
|
Dão Gottwald
|
a8f534133a
|
Bug 482941 - make 'View Background Image' handle background-image lists. r=mano
|
2009-09-23 11:07:12 +02:00 |
|
Phil Ringnalda
|
b3dd760f53
|
Bug 518124 - Package content_canvas.xpt, r=ted
|
2009-09-22 20:43:07 -07:00 |
|
David Dahl
|
1a3260b702
|
Bug 463270: fix favicon code to avoid trying to load a favicon for wyciwyg: pages (fixes ASSERTION: Must have a principal: 'mOwner'), r=gavin
--HG--
extra : rebase_source : 67d63f88c4ed980508c15ef1afcde94155e9171d
|
2009-09-22 14:13:58 -04:00 |
|
Benjamin Smedberg
|
56a8d84c46
|
Bug 485409 - Handle a Windows-style path as $srcdir in configure, by modifying the default autoconf M4 macros so that they recognize Z:/ as an absolute path. r=ted
|
2009-09-22 09:05:48 -04:00 |
|
Dão Gottwald
|
7d308bb248
|
Bug 511771 - Provide a way for Web content to preview and install lightweight themes. r=mconnor, sr=vlad
|
2009-09-22 10:40:12 +02:00 |
|
Daniel Holbert
|
a9b38c7c2f
|
Bug 495228, followup patch: Remove a few trailing right-paren characters that were missed in this bug's previous landing (to fix build warnings like "Extraneous text after ifneq directive"). r=ted
|
2009-09-21 22:43:58 -07:00 |
|
Dão Gottwald
|
7ac2f9cfd4
|
Bug 517704 - use gBrowser instead of getBrowser() in Places code. r=mak
|
2009-09-20 12:58:27 +02:00 |
|
Dão Gottwald
|
e2edb17057
|
backout part of changeset d93f6e968a19
|
2009-09-20 04:06:56 +02:00 |
|
Dão Gottwald
|
7a0d81c9ad
|
Bug 517706 - use gBrowser instead of getBrowser() in private browsing code. r=ehsan
|
2009-09-20 04:00:09 +02:00 |
|
Dão Gottwald
|
ae7911d68f
|
add debug info
|
2009-09-20 03:59:39 +02:00 |
|
Dão Gottwald
|
c574c94e2f
|
Bug 517708 - use gBrowser instead of getBrowser() in session restore code. r=zeniko
|
2009-09-19 21:38:58 +02:00 |
|
Ehsan Akhgari
|
9a8993224e
|
Bug 513166 - Remove "Warning Messages" settings button from Preferences --> Security; r=dao
|
2009-09-19 21:08:56 +04:30 |
|
Dão Gottwald
|
792e203b04
|
Additional fixes for bug 386333
|
2009-09-19 12:19:48 +02:00 |
|
Henrik Skupin
|
20394f5a36
|
Bug 386333 - Extract the mime type from data URI images in Page Info. r=mano
|
2009-09-19 12:19:00 +02:00 |
|
Phil Ringnalda
|
e62c83fdc6
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Dão Gottwald
|
debf92ce03
|
Bug 517503 - clean up gBrowser.selectedBrowser usage. r=gavin
|
2009-09-18 20:18:26 +02:00 |
|
Robert Strong
|
05219ad1ff
|
Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend
|
2009-09-18 11:03:27 -07:00 |
|
Josh Aas
|
29e5d02763
|
Don't use internet config for pref migration in 64-bit builds. b=517407 r=mstange r=vlad
|
2009-09-18 12:30:06 -04:00 |
|
Dão Gottwald
|
434476b8a5
|
tests cleanup
|
2009-09-18 13:52:28 +02:00 |
|
Justin Dolske
|
94fd90ef29
|
Bug 511984 - Enable fast-startup component for Firefox. r=vlad
|
2009-09-17 19:57:24 -07:00 |
|
John Morkel
|
2d21461a7d
|
Bug 516603 - make existing addTab and loadOneTab callers pass a hashed arguments object. r=dao
|
2009-09-17 15:03:15 +02:00 |
|
Axel Hecht
|
8a0f8b5da2
|
bug 517179, disable building Malay (ms) until it's really up
|
2009-09-17 11:16:44 +02:00 |
|
John Morkel
|
13eca8276a
|
Bug 515635 - "Search Google for ..." context menu should open tab next to current active tab. r=dao
|
2009-09-16 19:36:38 +02:00 |
|
Dão Gottwald
|
1530bcc13d
|
tests cleanup
|
2009-09-16 18:30:20 +02:00 |
|
Dão Gottwald
|
823ba3d3e3
|
tests cleanup
|
2009-09-16 12:21:19 +02:00 |
|
Taras Glek
|
d9bfbd258e
|
bug 514803: josh spotted a typo in prev patch
--HG--
extra : rebase_source : 1d09d47fc3d2bd46ea1deb0f42716d42a6552b9f
|
2009-09-15 19:31:47 -07:00 |
|
Taras Glek
|
a55bb4b6b0
|
Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
--HG--
extra : rebase_source : 8db26ce38ed4d654f8754f0501b54eb90ea76249
|
2009-09-14 10:48:26 -07:00 |
|
Johnathan Nightingale
|
6434f3c3d1
|
Bug 514520 - Double separator in context menu after properties dialog deletion. r=dao
|
2009-09-14 11:20:03 -04:00 |
|
Michael Schonfeld
|
a1c9bb1492
|
Bug 417483 - Double separator in context menu when selecting empty text & using iframes r=gavin
|
2009-09-14 11:19:58 -04:00 |
|
Gabriele Best
|
7c91477924
|
Bug 516088 - blank tooltip displayed in empty area of bookmark sidebar, r=mak
|
2009-09-15 14:43:12 +02:00 |
|
Ehsan Akhgari
|
264e286dc6
|
Fix unit test failure for changeset aaa39ba5d852
|
2009-09-15 17:01:30 +04:30 |
|
Ehsan Akhgari
|
611a93a130
|
Bug 510881 - Entering Private Browsing via command line shows tabs from previous session; r=mconnor,bsmedberg
|
2009-09-15 14:42:01 +04:30 |
|
Ehsan Akhgari
|
88405de0e3
|
Bug 488691 - Confusing warning when clearing all history; r=dao
|
2009-09-15 14:36:34 +04:30 |
|
Dão Gottwald
|
b808c44f50
|
test cleanup, no bug
|
2009-09-15 10:07:25 +02:00 |
|
Curtis Bartley
|
467fbe124b
|
Bug 367596 - [RFE] Create a support info page/lister (v.7, strings only). ui-r=beltzner
|
2009-09-14 21:02:34 -07:00 |
|
Curtis Bartley
|
522749309a
|
Bug 516080 - change "Help Contents" to "Firefox Help". r=gavin
|
2009-09-14 20:35:19 -07:00 |
|
Dão Gottwald
|
f073831976
|
Bug 511771 - Web content needs a way to install lightweight themes (strings)
|
2009-09-15 01:35:38 +02:00 |
|
Dão Gottwald
|
dfd501aadc
|
Bug 515932 - loadOneTab and addTab should accept a hash of parameters, including a parameter for opening the tab next to the current one. r=gavin, sr=mconnor
|
2009-09-15 01:33:00 +02:00 |
|
Jeff Muizelaar
|
5fb012b9bb
|
Backout ffcfaed61bed: Taras Glek – Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
This caused an unexplained Ts improvement and obj-c exceptions during Ts.
|
2009-09-14 16:54:21 -04:00 |
|
Taras Glek
|
3c335e86d5
|
Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
--HG--
extra : rebase_source : d501b6c2ec3ee7d6bd82949b30051e82c947b3fa
|
2009-09-14 10:48:26 -07:00 |
|
Johnathan Nightingale
|
81e5814880
|
Back out context menu changes for orange investigation
|
2009-09-14 13:22:03 -04:00 |
|
Johnathan Nightingale
|
74b9e437a9
|
Bug 514520 - Double separator in context menu after properties dialog deletion. r=dao
|
2009-09-14 11:20:03 -04:00 |
|
Michael Schonfeld
|
85c9947761
|
Bug 417483 - Double separator in context menu when selecting empty text & using iframes r=gavin
|
2009-09-14 11:19:58 -04:00 |
|
Neil Deakin
|
b944f3866f
|
Bug 497434 - Tooltips no longer shown for bookmarks in places' menupopups, r=neil, mak
|
2009-09-14 13:06:33 +02:00 |
|
Dão Gottwald
|
dfaaa87fe2
|
use gBrowser instead of getBrowser() in browser chrome tests
|
2009-09-14 01:18:19 +02:00 |
|
Justin Dolske
|
e6e2e11442
|
Bug 514742 - [wince] Flash plugin not recognized in 1.9.2 nightly builds. r=vladimir
|
2009-09-13 13:26:31 -07:00 |
|
Justin Dolske
|
0bd8f54b33
|
Bug 499808 - Long pause before first awesomebar results. r=vladimir
|
2009-09-13 13:26:31 -07:00 |
|
Dão Gottwald
|
1d0820d47f
|
Backed out changeset 40811b076d51
|
2009-09-13 17:36:23 +02:00 |
|
Taras Glek
|
ac8ba115d1
|
Bug 507288 - move greprefs/*js into res/greprefs.js and add that to toolkit.jar. r=benjamin
|
2009-09-13 15:52:24 +02:00 |
|
Dão Gottwald
|
025717ed29
|
fix nit for bug 513912
|
2009-09-13 13:45:03 +02:00 |
|
Bobby Holley
|
2d5ec55945
|
Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad
|
2009-09-12 16:44:18 -06:00 |
|
Dão Gottwald
|
6d55846fca
|
Bug 435035 - Use different strings for mixed content in the identity UI. r=johnath, ui-r=faaborg
|
2009-09-11 19:28:55 +02:00 |
|
Margaret Leibovic
|
f963a637ac
|
Bug 430148 - Remove or hide the more/less button in details pane for items which doesn't use extended properties (e.g. history), r=adw, mano
|
2009-09-11 15:25:42 +02:00 |
|
Michael Kohler
|
61acd9317e
|
Bug 502962 - Rename Installed Add-ons label to Add-ons in Options > Advanced > Update, r=pike, ui-r=faaborg
|
2009-09-11 15:25:36 +02:00 |
|
Marco Bonardo
|
05750fb0ea
|
Bug 509676 - Can't drag and drop a tag container to another standard point, r=dietrich
|
2009-09-11 15:25:24 +02:00 |
|
Marco Bonardo
|
d8b7d6c1b6
|
Bug 512353 - Unnecessary chevron in bookmarks toolbar, r=dao
|
2009-09-11 15:25:18 +02:00 |
|
Mark Banner
|
1786cb4ae9
|
Bug 511849 nsBrowserInstance is no longer required. r=Neil,sr=bsmedberg
|
2009-09-11 09:30:38 +01:00 |
|
Olli Pettay
|
fe6ee061ad
|
Bug 513982. Fix window leak when browser window is shut down. r=dao
--HG--
extra : rebase_source : 624b95c3fbdd5b612d87db9da0cf88c74d78c54f
|
2009-09-11 10:25:48 +12:00 |
|
Paul O’Shannessy
|
27b42e2c3b
|
Bug 497730 - Restore session from crash while loading multiple tabs opens multiple about:blanks, r=zeniko
|
2009-09-10 15:57:01 -07:00 |
|
Dave Townsend
|
562091c5d0
|
Bug 392180: updateURL should have variable indicating the context of the check. r=robstrong, sr=bsmedberg
|
2009-09-10 19:50:41 +01:00 |
|
Olli Pettay
|
f49f941495
|
Bug 513912, Fix image document zoom handling in FF, r=dao, sr=jst
--HG--
extra : rebase_source : b562f90b4c326a5e40aa31e5bbbd363dd2047c8a
|
2009-09-09 23:04:05 +03:00 |
|
Paul O’Shannessy
|
a67554858c
|
Test for bug 514751 - malformed URI exception during session restore, r=dietrich
|
2009-09-09 21:23:29 -07:00 |
|
Mike Connor
|
b975eab73b
|
fix post-commit comment from gavin
--HG--
extra : rebase_source : dca2dbc66c4fb4230c72158eeeda88b9320d3d00
|
2009-09-09 18:25:28 -04:00 |
|
Dão Gottwald
|
9b37ad47bb
|
Bug 507623 - initializeSanitizer() can fail because "gPrefService.getBranch is not a function". r=gavin
|
2009-09-09 23:13:06 +02:00 |
|
Mike Connor
|
fa56c4da13
|
bug 454518 -allow opening URLs that are not linked from the context menu (if selected), r=gavin, ui-r=beltzner
--HG--
extra : rebase_source : 1b363d5cfbbcd1acbbf037485bd0367bb0a7a9b6
|
2009-09-09 05:10:53 -04:00 |
|
Dão Gottwald
|
3b0a23450f
|
Bug 310738 - Don't show progress indicators when using bfcache to go to another page. r=mano
|
2009-09-09 18:31:25 +02:00 |
|
Dão Gottwald
|
e916d657e8
|
Bug 454562 - clean up onEnterPrintPreview, onExitPrintPreview and related code. r=mano
|
2009-09-09 09:50:46 +02:00 |
|
Dão Gottwald
|
b4d83fbd6c
|
Bug 514310 - browserDOMWindow.openURI should always pass the referrer to loadOneTab and avoid loading about:blank if possible. r=mano
|
2009-09-09 09:50:07 +02:00 |
|
Paul O’Shannessy
|
e19de9919f
|
Wallpaper for bug 514751 - malformed URI exception during session restore, r=dietrich
|
2009-09-08 16:41:32 -07:00 |
|
Reed Loden
|
b5846b26bb
|
Bug 294375 - Remove support for libgnomevfs's handling of user modifications to the MIME database, as it has been deprecated for years [r=karlt sr=roc]
|
2009-09-08 15:08:02 -05:00 |
|
Ted Mielczarek
|
79c319beca
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). Win32 bustage fix (argh)
|
2009-09-08 14:17:34 -04:00 |
|
Ted Mielczarek
|
c1d8aba35d
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). extra ifdefs to silence the remaining packager warnings. r=bsmedberg
|
2009-09-08 14:09:12 -04:00 |
|
Taras Glek
|
f799fd5b8c
|
Bug 508421 - move res/ stuff into toolkit.jar. followup to fix packaging bits. r=ted
|
2009-09-08 12:16:56 -04:00 |
|
Ted Mielczarek
|
8598ee674e
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). followup bustage fixes for Linux
|
2009-09-08 11:59:59 -04:00 |
|
Ted Mielczarek
|
e368f2a621
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). r=bsmedberg
|
2009-08-27 17:22:04 -04:00 |
|
Ehsan Akhgari
|
19bb2ecbba
|
Bug 511735 - xpcshell-tests: 4 test_*_removeDataFromDomain_*.js leaks 700 bytes, notably 4 StatementParams; r=mak77
|
2009-09-08 09:08:59 +04:30 |
|
Markus Stange
|
9076f1973e
|
Bug 514833 - Enforce icon-only fullscreen controls even in text-only mode. r=dao
--HG--
extra : rebase_source : 0b8ee14caf05284986e4e9d95e24cd2a49891f52
|
2009-09-08 09:55:01 +12:00 |
|
Dão Gottwald
|
9c04ea71e9
|
merge
|
2009-09-07 14:16:54 +02:00 |
|
Dão Gottwald
|
daee23f728
|
Backed out changeset b652e12fc7e3 because of bug 514891
|
2009-09-07 14:16:30 +02:00 |
|
Reed Loden
|
f879babd02
|
Disable tests for 459906, 463205, and 464620 (take two).
|
2009-09-05 00:39:29 -05:00 |
|
Reed Loden
|
1070d1e8eb
|
Disable tests for 459906, 463205, and 464620.
|
2009-09-05 00:29:58 -05:00 |
|
Geoff Lankow
|
2847b85054
|
Bug 506799 - "nsIContentPrefService should accept string arguments for URI as well as nsIURI" [r=myk sr=mconnor]
|
2009-09-04 21:22:19 -05:00 |
|
Simon Bünzli
|
fce409433d
|
Tests for bugs 459906, 461743, 463205, and 464620 [r=dietrich]
|
2009-09-04 21:03:43 -05:00 |
|
Marco Bonardo
|
afdea37f53
|
Bug 509870 - Places transactions service should preserve GUIDS on created items, r=dietrich
|
2009-09-05 01:36:14 +02:00 |
|
Gabriele Best
|
5ca10b41cd
|
Bug 244371 - Show a tooltip in Bookmarks and History sidebars, r=mak
|
2009-09-05 01:36:07 +02:00 |
|
Blair McBride
|
69c5327dc9
|
Bug 514327: Detect outdated plugins and offer upgrade path (strings only). ui-r=beltzner
|
2009-09-04 21:25:08 +01:00 |
|
Robert Strong
|
c047e38c6e
|
Bug 508684 - Add Ability to Change 'Firefox as your default browser' and inform of upgrade on Summary step. r=jmathies
|
2009-09-04 12:44:23 -07:00 |
|
Timothy Nikkel
|
647e1622de
|
Bug 445749. In Ctrl+Tab implementation, the coordinates passed to openPopupAtScreen should be given relative to the current screen. r=dao
|
2009-09-04 13:16:08 +02:00 |
|
Dão Gottwald
|
6e963b2cec
|
Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint
|
2009-09-04 12:58:18 +02:00 |
|
Markus Stange
|
0aeb055536
|
Bug 505699 - Add UI for full screen mode on the Mac. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : b4819e769990532fcb913df8185b6d3911e7efe2
|
2009-09-04 09:36:32 +12:00 |
|
Ryan Flint
|
3b2c860721
|
Back out bug 511107 (e75c771c6ab8) due to browser-chrome test failures.
--HG--
extra : rebase_source : 1a85c6929ee9d57873c6866297431022fe8a86c8
|
2009-09-03 22:12:28 -04:00 |
|
Dão Gottwald
|
d645ae10a6
|
Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint
|
2009-09-03 22:19:50 +02:00 |
|
John Morkel
|
dcffc3a9c0
|
Bug 465673 - Open related tabs next to the current one. r=dao, ui-r=beltzner
|
2009-09-04 16:37:17 +02:00 |
|
Gavin Sharp
|
5f8a3a627a
|
Bug 514519 - make --enable-official-branding app-agnostic. r=ted
|
2009-09-04 14:27:49 +02:00 |
|
Gavin Sharp
|
020d7878f9
|
Bug 513023 - Move about:rights content to toolkit. r=benjamin
--HG--
rename : browser/base/content/aboutRights.xhtml => toolkit/content/aboutRights-unbranded.xhtml
rename : browser/base/content/aboutRights.xhtml => toolkit/content/aboutRights.xhtml
rename : browser/locales/en-US/chrome/browser/aboutRights.dtd => toolkit/locales/en-US/chrome/global/aboutRights.dtd
rename : browser/locales/en-US/chrome/browser/aboutRights.properties => toolkit/locales/en-US/chrome/global/aboutRights.properties
|
2009-09-04 14:27:14 +02:00 |
|
Mitchell Field
|
be725fa2ce
|
Bug 514131 - remove xpcom/obsolete, r=bsmedberg
|
2009-09-02 13:01:29 -04:00 |
|