Nochum Sossonko
3f2b8bfc51
Bug 506116 - speed up makeURI(str) and use it in browser.js. r=gavin, sr=vlad
2009-07-29 07:55:03 +02:00
Joe Drew
6774f45c82
Bug 506113 - Remove stray reference to gfx/shared from toolkit/toolkit-makefiles.sh. blanket-r=bsmedberg
2009-07-29 11:03:58 -04:00
Shawn Wilsher
92ea3eb2bd
Merge for back out of changeset 246b44df7dd3 (bug 504384).
2009-07-28 10:12:02 -07:00
Shawn Wilsher
9dba129071
Backed out changeset 246b44df7dd3 (bug 504384).
...
This fix was wrong.
2009-07-28 10:11:09 -07:00
Gavin Sharp
082f188dcb
Backed out changeset 870f451d8385 from bug 506116
2009-07-28 03:41:07 -04:00
Nochum Sossonko
8b1e3cbd38
Bug 506116 - speed up makeURI(str) and use it in browser.js. r=gavin, sr=vlad
2009-07-28 08:01:31 +02:00
Michael Ryan
2473ec4568
Bug 506563 - Use native trim() in FeedProcessor.js. r=sayrer
2009-07-28 08:01:13 +02:00
Shawn Wilsher
325ec6bf31
Merge places to mozilla-central.
2009-07-27 17:57:32 -07:00
Paul O'Shannessy
68203c9dbb
Bug 504486 - Disabled menuitems not using disabled-state icons on Windows CE, r=vlad
2009-07-27 15:32:54 -07:00
Dão Gottwald
d7c449ffa9
Bug 426917 - Add padding to Downloads window item list for Classic Windows themes. r=rflint
2009-07-27 18:55:39 +02:00
Shawn Wilsher
3e9850b9ff
Merge places to mozilla-central.
2009-07-27 08:50:26 -07:00
Michael Kohler
0a56a892c8
Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless
2009-07-27 10:47:05 +02:00
Michael Kohler
39067b5db3
Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless
2009-07-27 10:46:59 +02:00
Justin Dolske
ccb681093e
Followup to bug 502511, fix preprocessing of aero toolbar.css in jar.mn
2009-07-26 14:59:14 -07:00
Ehsan Akhgari
369d89abb4
Dump the data URIs when either test_videocontrols_audio_direction.html or test_videocontrols_video_direction.html fails in order to investigate bug 501754
2009-07-26 15:11:20 +04:30
Matthew Noorenberghe
c4794752fa
Bug 370117 - form autocomplete should sort by frequency of use. r=dolske
2009-07-25 22:05:03 +02:00
Dão Gottwald
4dcc2577fd
Bug 421351 - allow styling richlistitems with -moz-appearance:menuitem. r=neil
2009-07-25 15:10:17 +02:00
Navin Lal
9313832a8a
Bug 74803 - Should make global data const where possible; const changes for nsmodulecomponentinfo; r=dbaron
2009-07-25 03:27:08 +02:00
Shawn Wilsher
1515fe6be7
Merge places to mozilla-central.
2009-07-23 13:10:26 -07:00
Taras Glek
fa1e936130
bug 505784: nuke STANDALONE mode in libjar r=bsmedberg
2009-07-23 11:40:29 -07:00
Shawn Wilsher
7a0b8db179
Merge places to mozilla-central.
2009-07-23 07:58:59 -07:00
Neil Deakin
0bf0eb9696
Bug 497844, use focus event instead of load event, r=gavin
2009-07-23 10:39:07 -04:00
Shawn Wilsher
a55625d015
Bug 504384 - Excessive Flickering with the Asynchronous Location Bar
...
This removes the synchronous call to adjustHeight. The adjustHeight call
running in the setTimeout will run after _appendCurrentResult has added our
results, and after any overflow has happened that we might hit (see
_adjustAcItem).
r=gavin
2009-07-22 15:29:43 -07:00
Shawn Wilsher
a472a959e1
Bug 505813 - Use the connections executeAsync instead of calling it on each statement.
...
r=dietrich
2009-07-22 15:18:34 -07:00
Shawn Wilsher
83b29773b6
Merge places to mozilla-central.
2009-07-22 15:12:39 -07:00
Shawn Wilsher
bd04bc4647
Backed out changeset 06433d3dafd9 (bug 504422) because the patch is wrong.
2009-07-22 14:04:12 -07:00
Neil Rashbrook
cf7b4f42e8
Bug 483537 Move -moz-appearance styles from content into skin where they belong r=dao,mstange
2009-07-22 20:58:34 +01:00
Justin Dolske
34f7f644ff
Bug 502511 - menu font/size/spacing off on Windows CE. r=vladimir
2009-07-23 17:35:49 -07:00
Justin Dolske
c952f24155
Bug 504238 - <menupopup>s on Windows CE are confusing window size and content size.. r=vladimir
2009-07-23 17:35:49 -07:00
Shawn Wilsher
ee6ea4269d
Bug 504422 - Be smarter with our strings for AUTOCOMPLETE_MATCH SQL function.
...
Avoid copying are argument strings. String copying was showing up as 1% of the
time spent in our function, when we should almost never need to copy.
r=dwitte
r=dietrich
2009-07-22 11:47:29 -07:00
Shawn Wilsher
5521505010
Merge places to mozilla-central.
2009-07-22 09:27:28 -07:00
Markus Stange
6372146cfe
Bug 505700 - Don't allow moving the window with the toolbar while in fullscreen mode. r=enndeakin
2009-07-22 14:18:08 +02:00
Robert O'Callahan
f774d2b5f0
Fix test bustage in test_contextmenu_list.xul
2009-07-22 17:05:24 +12:00
Brad Lassey
23e546af79
bug 504683 - disable LaunchWinPostProcess for windows ce r=robstrong
2009-07-21 12:49:09 -04:00
Shawn Wilsher
0b56bca4a1
Merge places to mozilla-central.
2009-07-21 09:34:00 -07:00
Markus Stange
f2547b0821
Bug 486476 - Some findbar polish. ui-r=faaborg, r=dao
2009-07-21 14:36:48 +02:00
Markus Stange
bf02f7bd6c
Bug 501957 - Fix test_contextmenu_list.xul to deal with fractional positions. r=enndeakin
2009-07-21 14:36:41 +02:00
Brad Lassey
344100e0cb
bug 504917 - fix warnings in updater.cpp r=bsmedberg
2009-07-21 03:25:37 -04:00
Benjamin Smedberg
9b58f22be8
Backed out changeset 6722800f261e - bug 448375 because it broke at least x86-64... turns out we do actually use DBUS bits from within libxul.so, and the fix for that bug may be quite a bit more complicated.
2009-07-23 13:41:25 -04:00
Mike Hommey
3777e60cde
Bug 448375 - unnecessary libdbus-glib-1.so dependency, r=bsmedberg
2009-07-23 13:06:40 -04:00
Martin Stránský
650459f968
Bug 453689 - "Firefox needs to register the proper name with session management for restart" (change "MOZILLA_APP_LAUNCHER" -> "MOZ_APP_LAUNCHER") [r=bsmedberg]
2009-07-23 09:27:09 -07:00
Benjamin Smedberg
0d265fb2ec
Bug 488596 - test_crashreporter.js crashes intermittently: delete the exception handler before freeing the data it references, landing as a bustage fix with presumed-r=ted
2009-07-23 11:23:19 -04:00
Shawn Wilsher
f9d141458d
Merge places to mozilla-central.
2009-07-20 16:04:01 -07:00
Honza Bambas
66ab2c6182
Bug 475053 - Implement asyncPromptAuth to fix multiple password prompt overlap, r=bzbarsky+dolske
2009-07-20 20:29:41 +02:00
Honza Bambas
0ca2f9d3e2
backing out 0a13ddc99c95, bug 475053
2009-07-20 20:00:49 +02:00
Honza Bambas
8236bd055e
Bug 475053 - Implement asyncPromptAuth to fix multiple password prompt overlap, r=bzbarsky+dolske
2009-07-20 17:25:05 +02:00
Shawn Wilsher
0c008743cf
Merge places to mozilla-central.
2009-07-19 18:21:55 -07:00
Markus Stange
aa719766c4
Merge backout of bug 501957 (changeset 29fb65d31455)
2009-07-18 18:09:35 +02:00
Markus Stange
3d4f3c06cf
Backed out bug 501957 (changeset 29fb65d31455) because it caused test_contextmenu_list.xul failures.
2009-07-18 18:08:18 +02:00
Markus Stange
ba0dac95da
Bug 504300 - Preferences window styles should live in toolkit, not browser. r=dao
...
--HG--
rename : browser/themes/pinstripe/browser/preferences/panebutton-active.png => toolkit/themes/pinstripe/global/icons/panebutton-active.png
rename : browser/themes/pinstripe/browser/preferences/panebutton-inactive.png => toolkit/themes/pinstripe/global/icons/panebutton-inactive.png
2009-07-18 15:52:14 +02:00
Markus Stange
ad0ba55583
Bug 501957 - Make the size of XUL radio buttons and checkboxes dependent on the font size. r=dao
2009-07-18 15:51:54 +02:00
Dão Gottwald
a2dd011f85
Bug 303491 - Groupbox caption styling cleanup. r=mstange, ui-r=faaborg
2009-07-21 12:12:01 +02:00
Joe Drew
6c441f55f7
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
...
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
2009-07-20 18:50:15 -07:00
Brad Lassey
f3e857d1a3
bug 505120 - updater does not copy permissions correctly r=robstrong
2009-07-20 18:53:46 -04:00
Markus Stange
906626bec8
Bug 501957 - Make the size of XUL radio buttons and checkboxes dependent on the font size. r=dao
2009-07-18 15:51:54 +02:00
Vladimir Vukicevic
127485d199
b=499863; XREDirProvider gives wrong APPDATA dir on Windows CE; r=rs
2009-07-17 16:04:56 -07:00
Ehsan Akhgari
407b846e0b
Bug 502307 - Closing multiple tabs in the last browser window with Private Browsing enabled yields no warning regardless of preference setting; r=enndeakin
2009-07-17 23:08:22 +04:30
Ehsan Akhgari
bce5e59eed
Bug 504513 - DownloadLastDir.jsm is imported during startup; r=gavin
2009-07-17 23:08:19 +04:30
Benjamin Smedberg
5b5389ef68
Bug 479667 - Firefox should use SetProcessDEPPolicy (if available) to get DEP protection on Windows XPSP3 as well as Windows Vista if the global configuration has DEP off by default, r=jimm
2009-07-17 10:17:45 -04:00
Shawn Wilsher
e5f0cfb4ac
Merge places to mozilla-central.
2009-07-16 09:15:51 -07:00
Masayuki Nakano
4dbf79e85d
disabling the new tests of bug 46053
2009-07-15 22:36:18 +09:00
Masayuki Nakano
f368778b7e
Bug 76053 Windows mouse integration: no "Snap to default button in dialog boxes" r=enn+ere, sr=roc
2009-07-15 18:54:30 +09:00
Ehsan Akhgari
51f18a5be7
Bug 176244 - Fix column resize and reorder issues when direction is rtl; r=roc,enndeakin sr=roc
2009-07-15 11:52:42 +04:30
Shawn Wilsher
731c8ef54c
Addressing review comment for bug 455555.
2009-07-14 09:31:37 -07:00
Shawn Wilsher
45dec085c8
Merge to mozilla-central
2009-07-13 16:18:20 -07:00
Shawn Wilsher
649c4ac70a
Bug 498805 - test_esc_key_closes_clears.xul fails intermittently on Linux
...
Focus the window before actually doing anything with the test so key events work
right. Also fix all other download manager tests so they don't start going
random as well.
r=Mardak
2009-07-13 14:59:09 -07:00
Shawn Wilsher
009d251ac4
Merge to mozilla-central
2009-07-13 14:51:43 -07:00
Paul O’Shannessy
1ebc0fdd83
Bug 501798 - Not actually finalizing statements in _dbCleanup
2009-07-13 13:35:55 -07:00
Paul O’Shannessy
d01df6a686
Bug 500822 - Importing passwords to mozstorage can fail when signons3.txt is corrupted, r=dolske
2009-07-13 13:35:55 -07:00
Marco Bonardo
aafac8b5cd
Bug 503360 - Better queries for asynchronous location bar
...
This creates a better query based on what the asynchronous implementation of
AutoComplete does. It also limits the amount of work to be done so we don't
filter more results than we have to (even if it is happening on a background thread).
r=sdwilsh
2009-07-13 12:19:16 -07:00
Shawn Wilsher
c2762f99e9
Bug 455555 - Use asynchronous queries for places AutoComplete.
...
This changes the location bar's AutoComplete provider to use asynchronous
queries instead of synchronous ones. No more blocking the main thread FTW!
r=mak
r=Mardak
r=dietrich
2009-07-13 12:19:03 -07:00
Ehsan Akhgari
739e7af39b
Bug 502357 - closeWindow does unneeded work on Mac. r=enn
2009-07-13 19:37:29 +02:00
Neil Deakin
194cc299ea
Bug 503222, add test, r=mano
2009-07-13 08:35:46 -04:00
Neil Deakin
b377c20895
Bug 503222, check file types on drop last so that urls take priority,r=mano
2009-07-13 07:55:56 -04:00
Florian Queze
3fa472be75
Bug 503048 - findbar needs a destroy method. r=Mano
2009-07-13 13:34:22 +02:00
Gijs Kruitbosch
e7771b95eb
Bug 496097 - Make app handler dialog label action list. r=Maro Zehe, Neil Rashbrook
2009-07-12 15:47:44 +01:00
MattN
b8b0aff729
Bug 497541 - Autocomplete dropdown should update when text inserted before end. r=gavin
2009-07-11 09:25:57 +02:00
Dão Gottwald
762eacb4ba
merge
2009-07-10 14:54:30 +02:00
Dão Gottwald
9d82881b0f
Backed out changeset cc056f4f6316, as scrollbox.xml wasn't responsible for the leak
2009-07-10 14:54:13 +02:00
Alexander Surkov
11522a48f5
Bug 494345 - Do not create accessibles for XUL label or description having a role of 'presentation', r=marcoz, enndeaking, sr=smaug
2009-07-10 20:17:15 +08:00
Dão Gottwald
e219153155
fix potential leak in scrollbox.xml
2009-07-10 10:29:20 +02:00
MattN
cfaf0f9577
Bug 426079 - Print Preview toolbar not shown if launched from window without toolbar. r=gavin
2009-07-10 09:01:49 +02:00
Brad Lassey
c01884c869
bug 458950 - updater doesn't build for windows CE r=vlad,bsmedberg
2009-07-16 18:21:09 -04:00
Vladimir Vukicevic
9b3959126b
b=500472; flash activex shunt for Windows CE; r=jst
2009-07-16 14:13:29 -07:00
Dão Gottwald
78011319e8
Bug 421351 - allow styling richlistbox items with -moz-appearance:menuitem. r=enn
2009-07-16 20:29:21 +02:00
Robert Strong
35b04863ea
Typo in test only - Bug 503409.
2009-07-09 16:42:59 -07:00
Robert Strong
86cd66476e
Test only - Bug 503308 - Debug build failure in toolkit/mozapps/update/TestAUSReadStrings.cpp: undefined reference to NS_DebugBreak. 2nd try - succeeded on the try server. r=me
2009-07-09 15:50:49 -07:00
Robert Strong
9a93cf2aa6
Test only - Bug 503409 - test_0030_general.js hangs on WinMo. add do_throw when the directory specified for nsHttpServer registerDirectory doesn't exist or isn't a directory. r=me
2009-07-09 15:50:45 -07:00
Paul O’Shannessy
d3e8a6ef96
Bug 500494 - Faststripe theme doesn't show arrows & checkboxes in menus, r=vlad
...
--HG--
extra : rebase_source : b5ed4eb4b32ac71ef201d3c67aad046703e13f32
2009-07-09 13:06:56 -07:00
Robert Strong
5870101ca3
Backing out Bug 503308
2009-07-09 11:33:07 -07:00
Robert Strong
79c6fedfef
Test only - Bug 503308 - Debug build failure in toolkit/mozapps/update/TestAUSReadStrings.cpp: undefined reference to NS_DebugBreak. r=me
2009-07-09 11:18:07 -07:00
Marco Bonardo
27bb8748ee
Bug 503195 - Using Places nodes' PropertyBags leaks, r=sdwilsh
2009-07-09 14:39:54 +02:00
Marco Bonardo
e7d950f7c9
backout bug 503195, test too!
2009-07-09 12:31:19 +02:00
Marco Bonardo
2e5e5494f9
Backout bug 503195 due to build failure
2009-07-09 12:29:43 +02:00
Marco Bonardo
f59b58dd53
Bug 503195 - Using Places nodes' PropertyBags leaks, r=sdwilsh
2009-07-09 11:50:25 +02:00
Masayuki Nakano
92c201750d
Bug 502799 add new nsISound method for the event sounds r=roc+neil, sr=roc
2009-07-09 10:55:46 +09:00
Vladimir Vukicevic
990145193e
b=494438; add optional OpenGL acceleration to ddraw surface for CE: core code; r=vlad
2009-07-08 16:34:02 -07:00
Paul O’Shannessy
357f50463e
Bug 499822 - Toaster notification boxes are slow on Windows CE, r=vlad
2009-07-08 14:59:08 -07:00
Robert Strong
720970d90b
Bug 490253 - TestAUSReadStrings.cpp: fix nits in result reports. r=ted.mielczarek
2009-07-08 13:15:22 -07:00
Brad Lassey
d95ee52024
bug 499184 - Updater string test needs wmain entry point r=robstrong
2009-07-08 11:51:30 -04:00
Robert Strong
0be21cf76b
Bug 500533 - Firefox missing app icon on Windows CE - incorrect icon resource id's. r=vlad
2009-07-07 21:16:45 -07:00
Phil Ringnalda
a51763aea8
Bug 435923 - Remove BUILD_OFFICIAL in favor of MOZILLA_OFFICIAL, r=ted
2009-07-07 20:24:45 -07:00
Marco Bonardo
a22f4efb94
Bug 481437 - browser_library_open_leak.js is throwing, fixes also some throw in placesTxn.js test, r=dietrich, sdwilsh
2009-07-07 12:41:23 +02:00
Geoff Lankow
075cfc79c1
Bug 458299 - nsIContentPrefService should provide an interface for listing stored prefs; r=(gavin.sharp + myk)
2009-07-27 18:13:15 +02:00
Serge Gautherie
ff6113eb9b
Bug 397185 - test_textbox_number.xul fails when decimal separator set in Regional Settings is comma; (Av1a) Fix the test; r=enndeakin
2009-07-27 18:04:43 +02:00
Robert Strong
82ccc258a2
Bug 504432 - [WinCE] updater.exe not launched when there is an update during startup. r=vlad
2009-07-29 23:01:50 -07:00
Robert Strong
696f5b6fb7
Updated tests for Bug 506696. r=me
2009-07-29 23:01:43 -07:00
Robert Strong
0b5f933a3e
Bug 506696 - [WinCE] updater.exe doesn't use the working directory when applying the update. r=bsmedberg, r=blassey
2009-07-29 23:01:36 -07:00
Karl Tomlinson
eeb0cfb6b9
whitespace change to force rebuild with dae91a0884c9
2009-07-30 15:23:56 +12:00
David Dahl
0a849852a4
Bug 479089 - Need to test that removing a page from autocomplete actually removes a page, r=sdwilsh
2009-07-29 23:50:37 +02:00
Marco Bonardo
b3a9c7a308
Bug 502860 - some of the seventh month's history entries missing in grouped by date history, r=sdwilsh
...
Includes fix for Bug 501439 - History shows month-name 'March' for February
2009-07-29 23:50:31 +02:00
Marco Bonardo
31328871b8
Bug 507219 - Crash in nsNavHistoryResult::OnVisit, r=dietrich
2009-07-29 23:50:25 +02:00
Neil Deakin
5303f25260
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
2009-07-29 14:33:53 -04:00
Mark Finkle ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E%2C%20Marco%20Bonardo%20%3Cmak77%40bonardo.net%3E)
cf0241bf3f
Bug 483980 - Allow history/bookmark observer components to register with a startup category
...
This changeset allows for history and bookmark observers to be registered via
the category manager. This means the bookmarks service does not have to be
initialized at startup to register observers with it, as well as the history
service.
r=sdwilsh
r=mak
r=dietrich
2009-03-25 15:31:36 -05:00
Nick Kreeger
631190e88b
Fixing bug 502723 - updater checks the wrong MAX_PATH define.
...
Patch my Mook <mook@songbirdnest.com>.
r=robstrong.
2009-07-06 15:31:23 -07:00
Robert Kaiser
52826bd829
bug 498500 - Mac DMG unpackaging is unreliable, r=ted
2009-07-06 18:13:57 +02:00
Dave Townsend
b7bbffcf77
Bug 481406: Stop using dump in browser chrome tests. r=mak77
2009-07-06 10:27:26 +01:00
Michael Ventnor
c665d04b4e
Bug 501112. Set default panel text color to MenuText to ensure sufficient contrast with background. r=dao
2009-07-04 22:02:16 +12:00
Robert Strong
e0d712bd35
Followup nit for Bug 490258 - TestXREMakeCommandLineWin: fix nits in result reports.
2009-07-02 16:30:47 -07:00
Robert Strong
86a3d4ce8f
Bug 490258 - TestXREMakeCommandLineWin: fix nits in result reports. r=ted.mielczarek
2009-07-02 10:13:47 -07:00
Benjamin Smedberg
9ce06efb6a
Bug 501176 - Move nsXULAppAPI.h to tier-xpcom, r+sr=bz
...
--HG--
rename : toolkit/xre/nsXULAppAPI.h => xpcom/build/nsXULAppAPI.h
rename : toolkit/xre/xrecore.h => xpcom/build/xrecore.h
2009-07-01 09:32:33 -04:00
Marco Bonardo
44d6644d72
Bug 500640 - Random failure in test_lastModified.js, r=adw
2009-07-01 11:19:06 +02:00
Paul O'Shannessy
472b1194d3
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us
...
r=dolske
r=sdwilsh
2009-06-30 16:00:11 -07:00
Johnny Stenback
a511964116
Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org
2009-06-30 15:55:16 -07:00
Antonio Gomes (tonikitoo)
404dae9f63
Bug 471229 - can't type an apostrophe or parenthesis in text fields. r=dougt
2009-06-30 16:35:53 -04:00
Karl Tomlinson
f4afac5b7f
Bug 463075: building xul app --with-libxul-sdk fails lacking nspr-config. r=ted
2009-06-30 13:57:56 +01:00
Marco Bonardo
5c7e3ca021
Bug 500331 - better query for RESULTS_AS_TAG_CONTENTS, r=sdwilsh
2009-06-29 19:42:12 +02:00
Dão Gottwald
6dff30a966
whitespace cleanup (no bug)
2009-06-29 19:03:45 +02:00
Markus Stange
190d0f25f2
Bug 497723 - Arrow images in menus shouldn't inherit -moz-image-region. r=dao
2009-06-29 18:20:04 +02:00
Henri Sivonen
857e3285d1
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
2009-06-29 01:28:32 +02:00
Dão Gottwald
1edae0500c
Bug 500980 - remove reference to obsolete userAction attribute. r=neil
2009-06-28 21:22:12 +02:00
Johnny Stenback
eb2ed73403
Backed out changeset 168dd0eb7283
2009-06-28 11:47:11 -07:00
Henri Sivonen
af98547431
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
2009-06-29 00:44:22 +02:00
Henri Sivonen
77265dbfa7
Bug 487949 - Land HTML5 parser on trunk preffed off r=mrbkap, sr=jonas
2009-06-28 20:19:05 +03:00
Dão Gottwald
9b37774c3d
Bug 500971 - Remove obsolete tabs-closebutton binding. r=enn
2009-06-28 18:04:47 +02:00
Dão Gottwald
2393c97c87
Bug 500978 - Download Manager treats search terms as regular expressions. r=sdwilsh
2009-06-28 18:03:01 +02:00
Dão Gottwald
4e7f9826ef
fix indent
2009-06-28 14:52:31 +02:00
Dão Gottwald
5ccdb08491
Bug 500979 - searchParam getter depends on bug 232598. r=gavin
2009-06-28 14:28:24 +02:00
Jonas Sicking
62c6519f6e
Move files to better location
...
--HG--
rename : content/html/parser/src/Makefile.in => parser/html/Makefile.in
rename : content/html/parser/src/jArray.h => parser/html/jArray.h
rename : content/html/parser/src/nsHtml5ArrayCopy.h => parser/html/nsHtml5ArrayCopy.h
rename : content/html/parser/src/nsHtml5AtomList.h => parser/html/nsHtml5AtomList.h
rename : content/html/parser/src/nsHtml5Atoms.cpp => parser/html/nsHtml5Atoms.cpp
rename : content/html/parser/src/nsHtml5Atoms.h => parser/html/nsHtml5Atoms.h
rename : content/html/parser/src/nsHtml5AttributeName.cpp => parser/html/nsHtml5AttributeName.cpp
rename : content/html/parser/src/nsHtml5AttributeName.h => parser/html/nsHtml5AttributeName.h
rename : content/html/parser/src/nsHtml5ByteReadable.h => parser/html/nsHtml5ByteReadable.h
rename : content/html/parser/src/nsHtml5DocumentMode.h => parser/html/nsHtml5DocumentMode.h
rename : content/html/parser/src/nsHtml5ElementName.cpp => parser/html/nsHtml5ElementName.cpp
rename : content/html/parser/src/nsHtml5ElementName.h => parser/html/nsHtml5ElementName.h
rename : content/html/parser/src/nsHtml5HtmlAttributes.cpp => parser/html/nsHtml5HtmlAttributes.cpp
rename : content/html/parser/src/nsHtml5HtmlAttributes.h => parser/html/nsHtml5HtmlAttributes.h
rename : content/html/parser/src/nsHtml5MetaScanner.cpp => parser/html/nsHtml5MetaScanner.cpp
rename : content/html/parser/src/nsHtml5MetaScanner.h => parser/html/nsHtml5MetaScanner.h
rename : content/html/parser/src/nsHtml5MetaScannerCppSupplement.h => parser/html/nsHtml5MetaScannerCppSupplement.h
rename : content/html/parser/src/nsHtml5MetaScannerHSupplement.h => parser/html/nsHtml5MetaScannerHSupplement.h
rename : content/html/parser/src/nsHtml5Module.cpp => parser/html/nsHtml5Module.cpp
rename : content/html/parser/public/nsHtml5Module.h => parser/html/nsHtml5Module.h
rename : content/html/parser/src/nsHtml5NamedCharacters.cpp => parser/html/nsHtml5NamedCharacters.cpp
rename : content/html/parser/src/nsHtml5NamedCharacters.h => parser/html/nsHtml5NamedCharacters.h
rename : content/html/parser/src/nsHtml5Parser.cpp => parser/html/nsHtml5Parser.cpp
rename : content/html/parser/src/nsHtml5Parser.h => parser/html/nsHtml5Parser.h
rename : content/html/parser/src/nsHtml5PendingNotification.h => parser/html/nsHtml5PendingNotification.h
rename : content/html/parser/src/nsHtml5Portability.cpp => parser/html/nsHtml5Portability.cpp
rename : content/html/parser/src/nsHtml5Portability.h => parser/html/nsHtml5Portability.h
rename : content/html/parser/src/nsHtml5ReleasableAttributeName.cpp => parser/html/nsHtml5ReleasableAttributeName.cpp
rename : content/html/parser/src/nsHtml5ReleasableAttributeName.h => parser/html/nsHtml5ReleasableAttributeName.h
rename : content/html/parser/src/nsHtml5ReleasableElementName.cpp => parser/html/nsHtml5ReleasableElementName.cpp
rename : content/html/parser/src/nsHtml5ReleasableElementName.h => parser/html/nsHtml5ReleasableElementName.h
rename : content/html/parser/src/nsHtml5StackNode.cpp => parser/html/nsHtml5StackNode.cpp
rename : content/html/parser/src/nsHtml5StackNode.h => parser/html/nsHtml5StackNode.h
rename : content/html/parser/src/nsHtml5StackNodeCppSupplement.h => parser/html/nsHtml5StackNodeCppSupplement.h
rename : content/html/parser/src/nsHtml5StackNodeHSupplement.h => parser/html/nsHtml5StackNodeHSupplement.h
rename : content/html/parser/src/nsHtml5StateSnapshot.cpp => parser/html/nsHtml5StateSnapshot.cpp
rename : content/html/parser/src/nsHtml5StateSnapshot.h => parser/html/nsHtml5StateSnapshot.h
rename : content/html/parser/src/nsHtml5Tokenizer.cpp => parser/html/nsHtml5Tokenizer.cpp
rename : content/html/parser/src/nsHtml5Tokenizer.h => parser/html/nsHtml5Tokenizer.h
rename : content/html/parser/src/nsHtml5TreeBuilder.cpp => parser/html/nsHtml5TreeBuilder.cpp
rename : content/html/parser/src/nsHtml5TreeBuilder.h => parser/html/nsHtml5TreeBuilder.h
rename : content/html/parser/src/nsHtml5TreeBuilderCppSupplement.h => parser/html/nsHtml5TreeBuilderCppSupplement.h
rename : content/html/parser/src/nsHtml5TreeBuilderHSupplement.h => parser/html/nsHtml5TreeBuilderHSupplement.h
rename : content/html/parser/src/nsHtml5TreeOperation.cpp => parser/html/nsHtml5TreeOperation.cpp
rename : content/html/parser/src/nsHtml5TreeOperation.h => parser/html/nsHtml5TreeOperation.h
rename : content/html/parser/src/nsHtml5UTF16Buffer.cpp => parser/html/nsHtml5UTF16Buffer.cpp
rename : content/html/parser/src/nsHtml5UTF16Buffer.h => parser/html/nsHtml5UTF16Buffer.h
rename : content/html/parser/src/nsHtml5UTF16BufferCppSupplement.h => parser/html/nsHtml5UTF16BufferCppSupplement.h
rename : content/html/parser/src/nsHtml5UTF16BufferHSupplement.h => parser/html/nsHtml5UTF16BufferHSupplement.h
2009-06-26 17:12:29 -07:00
Neil Deakin
b4eb2b3ac6
Bug 499438, focus window so that test_close_download_manager.xul doesn't fail on Linux, r=sdwlish
2009-06-26 07:29:44 -04:00
Robert O'Callahan
b456ec8e36
Bug 499880 - Restructure content/media directory. r+=doublec
...
--HG--
rename : content/media/video/src/nsAudioStream.cpp => content/media/nsAudioStream.cpp
rename : content/media/video/public/nsAudioStream.h => content/media/nsAudioStream.h
rename : content/media/video/src/nsMediaCache.cpp => content/media/nsMediaCache.cpp
rename : content/media/video/public/nsMediaCache.h => content/media/nsMediaCache.h
rename : content/media/video/src/nsMediaDecoder.cpp => content/media/nsMediaDecoder.cpp
rename : content/media/video/public/nsMediaDecoder.h => content/media/nsMediaDecoder.h
rename : content/media/video/src/nsMediaStream.cpp => content/media/nsMediaStream.cpp
rename : content/media/video/public/nsMediaStream.h => content/media/nsMediaStream.h
rename : content/media/video/src/nsChannelReader.cpp => content/media/ogg/nsChannelReader.cpp
rename : content/media/video/public/nsChannelReader.h => content/media/ogg/nsChannelReader.h
rename : content/media/video/src/nsOggDecoder.cpp => content/media/ogg/nsOggDecoder.cpp
rename : content/media/video/public/nsOggDecoder.h => content/media/ogg/nsOggDecoder.h
rename : content/media/video/test/320x240.allow-origin.ogv => content/media/test/320x240.allow-origin.ogv
rename : content/media/video/test/320x240.allow-origin.ogv^headers^ => content/media/test/320x240.allow-origin.ogv^headers^
rename : content/media/video/test/320x240.ogv => content/media/test/320x240.ogv
rename : content/media/video/test/Makefile.in => content/media/test/Makefile.in
rename : content/media/video/test/big.wav => content/media/test/big.wav
rename : content/media/video/test/bug461281.ogg => content/media/test/bug461281.ogg
rename : content/media/video/test/bug482461.ogv => content/media/test/bug482461.ogv
rename : content/media/video/test/can_play_type_ogg.js => content/media/test/can_play_type_ogg.js
rename : content/media/video/test/can_play_type_wave.js => content/media/test/can_play_type_wave.js
rename : content/media/video/test/contentDuration1.sjs => content/media/test/contentDuration1.sjs
rename : content/media/video/test/contentDuration2.sjs => content/media/test/contentDuration2.sjs
rename : content/media/video/test/contentDuration3.sjs => content/media/test/contentDuration3.sjs
rename : content/media/video/test/contentDuration4.sjs => content/media/test/contentDuration4.sjs
rename : content/media/video/test/contentDuration5.sjs => content/media/test/contentDuration5.sjs
rename : content/media/video/test/contentDuration6.sjs => content/media/test/contentDuration6.sjs
rename : content/media/video/test/crashtests/468763-1.html => content/media/test/crashtests/468763-1.html
rename : content/media/video/test/crashtests/474744-1.html => content/media/test/crashtests/474744-1.html
rename : content/media/video/test/crashtests/crashtests.list => content/media/test/crashtests/crashtests.list
rename : content/media/video/test/dynamic_redirect.sjs => content/media/test/dynamic_redirect.sjs
rename : content/media/video/test/file_access_controls.html => content/media/test/file_access_controls.html
rename : content/media/video/test/r11025_s16_c1.wav => content/media/test/r11025_s16_c1.wav
rename : content/media/video/test/r11025_s16_c1_trailing.wav => content/media/test/r11025_s16_c1_trailing.wav
rename : content/media/video/test/r11025_u8_c1.wav => content/media/test/r11025_u8_c1.wav
rename : content/media/video/test/r11025_u8_c1_trunc.wav => content/media/test/r11025_u8_c1_trunc.wav
rename : content/media/video/test/r16000_u8_c1_list.wav => content/media/test/r16000_u8_c1_list.wav
rename : content/media/video/test/redirect.sjs => content/media/test/redirect.sjs
rename : content/media/video/test/seek.ogv => content/media/test/seek.ogv
rename : content/media/video/test/small-shot.ogg => content/media/test/small-shot.ogg
rename : content/media/video/test/sound.ogg => content/media/test/sound.ogg
rename : content/media/video/test/test_access_control.html => content/media/test/test_access_control.html
rename : content/media/video/test/test_audio1.html => content/media/test/test_audio1.html
rename : content/media/video/test/test_audio2.html => content/media/test/test_audio2.html
rename : content/media/video/test/test_audioDocumentTitle.html => content/media/test/test_audioDocumentTitle.html
rename : content/media/video/test/test_autobuffer.html => content/media/test/test_autobuffer.html
rename : content/media/video/test/test_autobuffer2.html => content/media/test/test_autobuffer2.html
rename : content/media/video/test/test_autoplay.html => content/media/test/test_autoplay.html
rename : content/media/video/test/test_bug448534.html => content/media/test/test_bug448534.html
rename : content/media/video/test/test_bug461281.html => content/media/test/test_bug461281.html
rename : content/media/video/test/test_bug463162.xhtml => content/media/test/test_bug463162.xhtml
rename : content/media/video/test/test_bug465498.html => content/media/test/test_bug465498.html
rename : content/media/video/test/test_bug468190.html => content/media/test/test_bug468190.html
rename : content/media/video/test/test_bug468190_wav.html => content/media/test/test_bug468190_wav.html
rename : content/media/video/test/test_bug476973.html => content/media/test/test_bug476973.html
rename : content/media/video/test/test_bug482461.html => content/media/test/test_bug482461.html
rename : content/media/video/test/test_bug493187.html => content/media/test/test_bug493187.html
rename : content/media/video/test/test_bug495145.html => content/media/test/test_bug495145.html
rename : content/media/video/test/test_bug495145_wav.html => content/media/test/test_bug495145_wav.html
rename : content/media/video/test/test_bug495300.html => content/media/test/test_bug495300.html
rename : content/media/video/test/test_bug495319.html => content/media/test/test_bug495319.html
rename : content/media/video/test/test_can_play_type.html => content/media/test/test_can_play_type.html
rename : content/media/video/test/test_can_play_type_no_ogg.html => content/media/test/test_can_play_type_no_ogg.html
rename : content/media/video/test/test_can_play_type_no_wave.html => content/media/test/test_can_play_type_no_wave.html
rename : content/media/video/test/test_can_play_type_ogg.html => content/media/test/test_can_play_type_ogg.html
rename : content/media/video/test/test_can_play_type_wave.html => content/media/test/test_can_play_type_wave.html
rename : content/media/video/test/test_closing_connections.html => content/media/test/test_closing_connections.html
rename : content/media/video/test/test_constants.html => content/media/test/test_constants.html
rename : content/media/video/test/test_contentDuration1.html => content/media/test/test_contentDuration1.html
rename : content/media/video/test/test_contentDuration2.html => content/media/test/test_contentDuration2.html
rename : content/media/video/test/test_contentDuration3.html => content/media/test/test_contentDuration3.html
rename : content/media/video/test/test_contentDuration4.html => content/media/test/test_contentDuration4.html
rename : content/media/video/test/test_contentDuration5.html => content/media/test/test_contentDuration5.html
rename : content/media/video/test/test_contentDuration6.html => content/media/test/test_contentDuration6.html
rename : content/media/video/test/test_controls.html => content/media/test/test_controls.html
rename : content/media/video/test/test_currentTime.html => content/media/test/test_currentTime.html
rename : content/media/video/test/test_decoder_disable.html => content/media/test/test_decoder_disable.html
rename : content/media/video/test/test_delay_load.html => content/media/test/test_delay_load.html
rename : content/media/video/test/test_duration1.html => content/media/test/test_duration1.html
rename : content/media/video/test/test_ended1.html => content/media/test/test_ended1.html
rename : content/media/video/test/test_ended2.html => content/media/test/test_ended2.html
rename : content/media/video/test/test_error_on_404.html => content/media/test/test_error_on_404.html
rename : content/media/video/test/test_info_leak.html => content/media/test/test_info_leak.html
rename : content/media/video/test/test_load.html => content/media/test/test_load.html
rename : content/media/video/test/test_load_candidates.html => content/media/test/test_load_candidates.html
rename : content/media/video/test/test_media_selection.html => content/media/test/test_media_selection.html
rename : content/media/video/test/test_mixed_principals.html => content/media/test/test_mixed_principals.html
rename : content/media/video/test/test_networkState.html => content/media/test/test_networkState.html
rename : content/media/video/test/test_onloadedmetadata.html => content/media/test/test_onloadedmetadata.html
rename : content/media/video/test/test_paused.html => content/media/test/test_paused.html
rename : content/media/video/test/test_paused_after_ended.html => content/media/test/test_paused_after_ended.html
rename : content/media/video/test/test_play.html => content/media/test/test_play.html
rename : content/media/video/test/test_progress1.html => content/media/test/test_progress1.html
rename : content/media/video/test/test_progress2.html => content/media/test/test_progress2.html
rename : content/media/video/test/test_progress3.html => content/media/test/test_progress3.html
rename : content/media/video/test/test_progress4.html => content/media/test/test_progress4.html
rename : content/media/video/test/test_readyState.html => content/media/test/test_readyState.html
rename : content/media/video/test/test_seek1.html => content/media/test/test_seek1.html
rename : content/media/video/test/test_seek2.html => content/media/test/test_seek2.html
rename : content/media/video/test/test_seek3.html => content/media/test/test_seek3.html
rename : content/media/video/test/test_seek4.html => content/media/test/test_seek4.html
rename : content/media/video/test/test_seek5.html => content/media/test/test_seek5.html
rename : content/media/video/test/test_seek6.html => content/media/test/test_seek6.html
rename : content/media/video/test/test_seek7.html => content/media/test/test_seek7.html
rename : content/media/video/test/test_seek8.html => content/media/test/test_seek8.html
rename : content/media/video/test/test_seek9.html => content/media/test/test_seek9.html
rename : content/media/video/test/test_source.html => content/media/test/test_source.html
rename : content/media/video/test/test_source_write.html => content/media/test/test_source_write.html
rename : content/media/video/test/test_standalone.html => content/media/test/test_standalone.html
rename : content/media/video/test/test_timeupdate1.html => content/media/test/test_timeupdate1.html
rename : content/media/video/test/test_timeupdate2.html => content/media/test/test_timeupdate2.html
rename : content/media/video/test/test_timeupdate3.html => content/media/test/test_timeupdate3.html
rename : content/media/video/test/test_videoDocumentTitle.html => content/media/test/test_videoDocumentTitle.html
rename : content/media/video/test/test_volume.html => content/media/test/test_volume.html
rename : content/media/video/test/test_wav_8bit.html => content/media/test/test_wav_8bit.html
rename : content/media/video/test/test_wav_ended1.html => content/media/test/test_wav_ended1.html
rename : content/media/video/test/test_wav_ended2.html => content/media/test/test_wav_ended2.html
rename : content/media/video/test/test_wav_list.html => content/media/test/test_wav_list.html
rename : content/media/video/test/test_wav_onloadedmetadata.html => content/media/test/test_wav_onloadedmetadata.html
rename : content/media/video/test/test_wav_seek1.html => content/media/test/test_wav_seek1.html
rename : content/media/video/test/test_wav_seek3.html => content/media/test/test_wav_seek3.html
rename : content/media/video/test/test_wav_seek4.html => content/media/test/test_wav_seek4.html
rename : content/media/video/test/test_wav_seek5.html => content/media/test/test_wav_seek5.html
rename : content/media/video/test/test_wav_seek6.html => content/media/test/test_wav_seek6.html
rename : content/media/video/test/test_wav_seek7.html => content/media/test/test_wav_seek7.html
rename : content/media/video/test/test_wav_seek8.html => content/media/test/test_wav_seek8.html
rename : content/media/video/test/test_wav_seek_past_end.html => content/media/test/test_wav_seek_past_end.html
rename : content/media/video/test/test_wav_seek_then_play.html => content/media/test/test_wav_seek_then_play.html
rename : content/media/video/test/test_wav_standalone.html => content/media/test/test_wav_standalone.html
rename : content/media/video/test/test_wav_timeupdate1.html => content/media/test/test_wav_timeupdate1.html
rename : content/media/video/test/test_wav_timeupdate2.html => content/media/test/test_wav_timeupdate2.html
rename : content/media/video/test/test_wav_trailing.html => content/media/test/test_wav_trailing.html
rename : content/media/video/test/test_wav_trunc.html => content/media/test/test_wav_trunc.html
rename : content/media/video/test/test_wav_trunc_seek.html => content/media/test/test_wav_trunc_seek.html
rename : content/media/video/test/use_large_cache.js => content/media/test/use_large_cache.js
rename : content/media/video/src/nsWaveDecoder.cpp => content/media/wave/nsWaveDecoder.cpp
rename : content/media/video/public/nsWaveDecoder.h => content/media/wave/nsWaveDecoder.h
2009-06-26 16:23:15 +12:00
Josh Aas
4734a09527
Remove nsIPluginManager/nsIPluginManager2. Fold their functionality into nsIPluginHost. b=499431 r/sr=jst
2009-06-25 17:06:54 -04:00
armenzg@mozilla.com
fc369bd1c6
Bug 496196 - script and make target to generate a snippet for a locale - r=ccooper,l10n,gozer,kairo
2009-06-25 12:31:06 -04:00
Serge Gautherie
2eb47a0c84
Bug 474688 - TUnit check: TestCrashReporterAPI.cpp fails on Windows, around shutdown; (Bv1a) Delete this (superseded) test; r=ted.mielczarek
2009-06-24 23:31:23 +02:00
Serge Gautherie
8e72c3b5fd
Bug 495730 - xpcshell-tests: each test leaks 3 nsStringBuffer, after (harness) bug 483062 landing; (Cv1) test_crashreporter.js: synchronize from TestCrashReporterAPI.cpp; r=ted.mielczarek
2009-06-24 23:31:22 +02:00
Neil Deakin
463ebf9287
Bug 455590, use new drag and drop api with trees, r=neil,sr=smaug
2009-06-24 13:12:33 -04:00
Martin Stránský
13458c0d87
Bug 453689. Allow customizable executable name for relaunching via GNOME session management. r=bsmedberg
...
--HG--
extra : rebase_source : ced5000659dd30a0f350a8ca786f0c68214c6d11
2009-06-24 21:07:49 +12:00
Marco Bonardo
13fb524dd9
Bug 498620 - Saved search folder is not visible in left folder pane or open-able in right pane immediately after saving, r=dietrich
2009-06-24 10:59:30 +02:00
Marco Bonardo
bb4c064f58
Bug 494382 - Reduce notifications work for tagging service, r=dietrich
2009-06-24 10:59:24 +02:00
Marco Bonardo
1b77ef4097
Bug 494375 - Date folders in history not recreated when revisiting pages, r=dietrich
2009-06-24 10:59:18 +02:00
Marco Bonardo
aa2951dec7
Bug 482346 - mDBFindURIBookmarks can't use indices to sort, r=sdwilsh r=dietrich
2009-06-24 10:59:14 +02:00
Robert Strong
67f52f6b84
Bug 499770 - um.activeUpdate is null in onStopRequest for some edgecases. r=dtownsend
2009-06-23 12:17:46 -07:00
Robert Strong
d97a56ece3
Test only - Bug 497578 - Fallback upgrade ends in endless loop of downloading partial upgrades when Private Browsing auto-start is enabled. r=dtownsend
2009-06-23 12:16:45 -07:00
Olli Pettay
2e0f78e968
Bug 486990 - Context Menu can be disabled by stopping propagation, r=enn, sr=neil
2009-06-23 13:07:39 +03:00
Marco Bonardo
902e3022ce
Bug 492884 - getMostRecentFolderForFeedURI should use the livemarks service instead of annos directly, r=dietrich
2009-06-23 01:00:51 +02:00
Serge Gautherie
7030d10b39
Bug 495730 - xpcshell-tests: each test leaks 3 nsStringBuffer, after (harness) bug 483062 landing; (Bv2a) Fix and extend test_crashreporter.js; r=ted.mielczarek
2009-06-22 23:43:19 +02:00
Dão Gottwald
43f7432f44
Bug 90587 - clickSelectsAll should not trigger on task switch if textbox already had focus. r=enn
2009-06-22 21:53:58 +02:00
Robert Strong
13a719963f
Test only - Bug 489230 - Use mock XHR for test_0050_general.js and additional cleanup. r=me
...
--HG--
rename : toolkit/mozapps/update/test/unit/data/aus-0110_general-1.mar => toolkit/mozapps/update/test/unit/data/aus-0110_general.mar
rename : toolkit/mozapps/update/test/unit/data/aus-0110_general_ref_image1.png => toolkit/mozapps/update/test/unit/data/aus-0110_general_ref_image.png
rename : toolkit/mozapps/update/test/unit/data/aus-0110_general-2.mar => toolkit/mozapps/update/test/unit/data/aus-0111_general.mar
rename : toolkit/mozapps/update/test/unit/data/aus-0110_general_ref_image2.png => toolkit/mozapps/update/test/unit/data/aus-0111_general_ref_image.png
2009-06-22 12:28:39 -07:00
Philip Chee
4b4bfb5c95
Bug 489580 - Whitespace cleanup customizeToolbar.{js|xul} files. r=mano
2009-06-22 20:29:55 +08:00
Dão Gottwald
14f1cbf88e
fix indention
2009-06-22 14:22:40 +02:00
Aiko
e46137f2aa
Bug 491311 - Simplify "Add to recent documents" code in nsDownload::SetState. r=gavin
2009-06-28 10:59:37 +02:00
Vladimir Vukicevic
d49b688ab5
b=500883; put canvas3d into core (disabled by default, configure flag to enable); r=me,npotb
2009-06-27 16:44:35 -07:00
Phil Ringnalda
ad6a948eda
Add missing makefiles, rs=ted
2009-06-27 16:12:56 -07:00
Phil Ringnalda
27790c0e83
Bug 496809 - Define @BIN_SUFFIX@ for removed-files.in, r=ted
2009-06-26 22:31:39 -07:00
Andrew Shilliday
d5585881e5
Respect system-wide SOCKS proxy settings. b=457377 r=josh r=roc
2009-06-26 14:52:24 -04:00
Shawn Wilsher
7768c2ef87
Bug 498722 - nsIFaviconService.getFaviconLinkForIcon error on null argument
...
Updates the IDL to indicate that it is not OK to pass null as the URI.
r=mak
2009-06-26 11:09:13 -07:00
Dão Gottwald
ffb0d54ea3
Bug 500633 - remove obsolete ifSetAttribute method. r=neil
2009-06-26 14:49:37 +02:00
Dão Gottwald
7eb8b0e356
Bug 499298 - menubar auto-hiding doesn't work when removing default items from the toolbar. r=neil
2009-06-26 14:48:41 +02:00
Neil Deakin
2737a14b5e
Bug 456106, use new drag and drop api in browser and toolkit, r=mano
2009-06-20 20:04:07 -04:00
Neil Rashbrook
ae8ef2cea9
Bug 496097 Handlers dialog is not accessible r=gavin,surkov
2009-06-20 23:33:55 +01:00
Justin Dolske
82cffc0fc1
Followup typo fix for bug 469443.
2009-06-19 15:57:29 -07:00
Justin Dolske
1b4e1312ca
Bug 495584 - search suggestions passes wrong previous result to form history. r=gavin
2009-06-19 13:19:21 -07:00
Justin Dolske
da8bd65806
Bug 469443 - Form Manager Storage should be a JavaScript-based component. r=gavin
2009-06-19 13:19:18 -07:00
Dão Gottwald
f8a8f347ab
Bug 497574 - Focus no longer changes in context menu of selected add-on. r=mossop
2009-06-19 13:32:54 +02:00
Michael Ryan
1b8b5f23c0
Bug 498553 - Setting <colorpicker> color property to lowercase color does not work. r=enn
2009-06-18 23:02:45 +02:00
Masahiro Yamada
9f2119ab96
Bug 425588 "Go to line" should always parse line number as decimal r=mconnor, sr=roc
2009-06-18 14:23:04 +09:00
Nick Thomas
5dc280ead4
Bug 485336, uploadsymbols failures when mozilla-central & tracemonkey nightlies complete at the same time, r=ted.mielczarek
2009-06-18 16:19:02 +12:00
Olli Pettay
4f0aa79a1e
backout Bug 486990
...
--HG--
extra : rebase_source : 5947dd5fcc29bfb333c53cc2f60a00895910e9bb
2009-06-17 16:22:37 +03:00
Mark Smith
bb426c0819
Bug 437174 - Disabling 3rd party cookies breaks sending cookies for
...
channels with no docshell. r+sr=bzbarsky.
Added forceAllowThirdPartyCookie to nsIHttpChannelInternal.
Added LOAD_FLAGS_FORCE_ALLOW_COOKIES to nsIWebNavigation.
Added PERSIST_FLAGS_FORCE_ALLOW_COOKIES to nsIWebBrowserPersist.
--HG--
extra : rebase_source : 0ea11e1ed53d75152f57ffed74f44fc749a7a567
2009-06-16 10:30:25 -04:00
Olli Pettay
b4d60fb950
Bug 486990 - Context Menu can be disabled by stopping propagation, r=enn, sr=neil
...
--HG--
extra : rebase_source : a425f116d1350ff1204f1b031754a262ec73f8b1
2009-06-17 13:26:21 +03:00
Dave Townsend
2f8e4451fb
Bug 487717: Make sure that failing plugins failed the download and not the detection stage. r=robstrong
2009-06-17 11:48:35 +01:00
Dave Townsend
2a16aa282c
Bug 497884: Intermittent failure in test_classifier.html and test_classifier_worker.html. r=sdwilsh
2009-06-17 11:47:08 +01:00
Dão Gottwald
7269359c18
Bug 498628 - autohide="true" should be a no-op for menu toolbars on Linux. r=neil
2009-06-17 08:30:44 +02:00
Vladimir Vukicevic
24659ba959
b=381494; add optional splashscreen for our slower targets; r=bsmedberg
2009-06-16 11:59:35 -07:00
mak77@bonardo.net
d9b96ef229
Bug 496542 - Duplicate entries in History sidebar and Library (r=sdwilsh)
2009-06-16 10:45:13 -07:00
Dave Townsend
23914a0124
Bug 498379: Checking that we aren't updating to an older version of the application fails in certain cases. r=robstrong
2009-06-15 20:48:30 +01:00
Dave Townsend
5722b86bff
Bug 496917: Use extensionVersion when doing version comparisons. r=robstrong
2009-06-15 20:32:32 +01:00
Dão Gottwald
db2c57b96b
Bug 415791 - Page scrolls to the focused element when closing panels. r=enn
2009-06-15 20:38:25 +02:00
Neil Deakin
718c760715
Bug 497562, accesskeys on radio don't focus properly, r+sr=neil
2009-06-15 11:08:41 -04:00
Gavin Sharp
7ccc2d9d90
Bug 491636 - -moz-user-focus:normal for selected tabs should be set consistently and in the content stylesheet. r=enn
2009-06-15 15:43:34 +02:00
Marco Bonardo
4a7058a7b6
Bug 324430 - Allow stopping Places results updates when they are unused, r=dietrich
2009-06-15 13:09:40 +02:00
gekacheka@yahoo.com
c4678cd291
Bug 491218 - toolbarbutton type="menu" vertical orient dropmarker is too tall. r=dao
2009-06-15 12:00:07 +02:00
Dão Gottwald
c7b86bd0ba
Bug 498100 - Can't remove toolbar itmes from the menu toolbar after customizing and (un)hiding it. r=neil
2009-06-15 10:18:25 +02:00
Michael Ventnor
a29617d23b
Bug 496454. Introduce menubar text system color, and use it with GTK. r=roc
...
--HG--
extra : rebase_source : d79b39d1bfdecbc75785ab49add6ade07ff8c822
2009-06-15 09:58:14 +12:00
Dão Gottwald
a3b518d9d3
Bug 498112 - self._setInactive is not a function error when toggling the Menu Bar. r=neil
2009-06-15 00:32:30 +02:00
Markus Stange
3f78cec4f4
Bug 482681 - Make Mac button size dependent on their font size. r=mano on the patch, r=dao sr=roc on the test
2009-06-14 12:46:41 +02:00
Hiroyuki Ikezoe
f30197893a
Bug 495871 - "Memory leak in nsWindowsRestart.cpp" (A patch) [r=doug.turner a=sgautherie.bz]
2009-06-14 01:55:04 -07:00
Michael Kaply
cd4e1aa7d8
Bug 329882 - "bc has no properties console.js" [r=benjamin]
2009-06-14 01:32:45 -07:00
Phil Ringnalda
a85562bc1e
Bug 469873 followup, don't try to link XPTs on Mac, especially not with code that will fail to do so, r=ted
2009-06-13 11:53:38 -07:00
Phil Ringnalda
737a6446f9
Bug 495021 - CAPS unconditionally builds tests, r=shaver
2009-06-13 11:53:38 -07:00
Phil Ringnalda
c906719b6c
Bug 495387 - A few naughty things build their tests without ENABLE_TESTS, r=ted
2009-06-13 11:53:37 -07:00
Phil Ringnalda
2906119379
Bug 103430 - move testserver into mozilla/tools as an optional tool and then remove it from there, r=jduell, sr=bz
2009-06-13 11:53:37 -07:00
Michael Kohler
5f5ad04827
Bug 428276 - Install button's tooltip worded incorrectly; r=dtownsend
2009-06-13 15:25:12 +02:00
Dave Townsend
2ddf8dff56
Merge backout of temporary logging patch from bug 486489
2009-06-13 10:11:03 +01:00
Dave Townsend
b4831e749e
Backed out temporary logging changeset 9a72a7036822
2009-06-13 10:10:36 +01:00
Dão Gottwald
3ae87bee43
Bug 477256 - Implement menubar auto-hiding in toolkit. r=neil,enn
2009-06-13 08:03:02 +02:00
Dietrich Ayala
17819e9de5
Bug 492796 - isLivemark should use the livemark cache, instead of the db (r=marco)
2009-06-12 15:39:42 -07:00
Dave Townsend
99d956761e
Bug 486489: Turn on url-classifier logging to track down the leak. r=ted
2009-06-12 15:51:37 +01:00
shirish
7bfc0ff249
Bug 494713 - Logic error in nsNavHistory::CalculateFrecencyInternal due to lack of braces around if statement, r=sdwilsh
2009-06-12 14:59:20 +02:00
Florian Queze
f86839953a
Bug 493392: Get fallback symbols for DWARF-less binaries in symbolstore.py. r=ted
2009-06-12 14:50:13 +02:00
Florian Queze
f1ac5e3270
Bug 494391: JavaScript strict warning: reference to undefined property gApp.id. r=Mossop
2009-06-12 14:50:08 +02:00
Dão Gottwald
9b4afaef58
Bug 497829 - Remove remaining workarounds for bug 458231. r=neil
2009-06-12 20:46:55 +02:00
Dietrich Ayala
a110b525d4
Bug 496613 - lazily init the bookmark uri hash (r=marco)
2009-06-12 11:11:47 -07:00
Dave Townsend
b8782d255d
Bug 486489: Enable automated tests for url-classifier. r=ted
2009-06-12 12:16:59 +01:00
Dietrich Ayala
d4ecc24959
Bug 497563 - Crashes [@ BindStatementURI] (r=sdwilsh)
...
* * *
2009-06-12 00:34:35 -07:00
Neil Rashbrook
9805c029f6
Bug 458231 Frame overflow plays havoc with size of <label> or <description> r+sr=roc r=dao for backout of workaround for bug 69710
2009-06-12 08:33:51 +01:00
Robert Strong
29a8d2f5f4
Bug 497578: delay update resuming to avoid it being interrupted by the private browsing necko reset when private browsing autostart is enabled, r=mconnor
2009-06-12 01:04:49 -04:00
Shawn Wilsher
b84cbee827
Backed out changeset d891a7418d95 (bug 483980)
2009-06-11 16:08:07 -07:00
Mark Finkle ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E%2C%20Marco%20Bonardo%20%3Cmak77%40bonardo.net%3E)
2cf526db39
Bug 483980 - Allow history/bookmark observer components to register with a startup category
...
This changeset allows for history and bookmark observers to be registered via
the category manager. This means the bookmarks service does not have to be
initialized at startup to register observers with it, as well as the history
service.
r=sdwilsh
r=mak
r=dietrich
2009-03-25 15:31:36 -05:00
Dão Gottwald
abe3c49334
Bug 496161 - removing sRGB profiles and gAMA chunks
2009-06-11 21:57:54 +02:00
timeless
ff50aef0cd
Bug 490932 - crash [@ nsFileView::SetDirectory(nsIFile*)] in XUL file chooser; r+sr=neil
2009-06-11 19:47:35 +02:00
Marco Pesenti Gritti
3a64c67e10
Bug 495618 - "Reloading form posts fails with javascript nsIPromptService implementation". r+sr=bzbarsky
2009-06-11 13:09:34 -04:00
Dão Gottwald
8bbea4aeca
Bug 418003 - remove obsolete images
2009-06-11 15:06:15 +02:00
Markus Stange
4ad050fab7
Merge backout of bug 482681
2009-06-11 13:14:41 +02:00
Markus Stange
bc3b88c0b5
Backed out changeset 04f5a3303ebf, bug 482681 due to test failures
2009-06-11 13:14:13 +02:00
Dave Townsend
bc0b863ee6
Bug 492008: Drop support for contents.rdf chrome registrations. r=bsmedberg, r=robstrong
2009-06-11 10:54:26 +01:00
Markus Stange
9d02a47048
Bug 458199 - Polish the download manager on Mac OS X, r=sdwilsh
2009-06-11 11:24:45 +02:00
Markus Stange
017398e7de
Bug 491058 - Add-on update notification during startup contains odd looking toolbar. r=dtownsend
2009-06-11 11:24:36 +02:00
Markus Stange
6dcf72b416
Bug 482681 - Make Mac button size dependent on their font size. r=mano
2009-06-11 11:21:48 +02:00
Dave Townsend
a941b0f3be
Bug 496917: Can't include an arbitrary version name in the version field of the update xml. r=robstrong
2009-06-11 10:22:26 +01:00
Arpad Borsos
a797cac310
Bug 497068: Fix "will be initialized after" warnings; r=dbaron
2009-06-09 18:03:59 +02:00
Mark Banner
97e064e34e
Bug 493546 - "Enable building of toolkit/components/cookie for Thunderbird" [r=ted.mielczarek sr=dmose]
2009-06-11 09:23:04 +01:00
Matt Noorenberghe
9e6fad2ce4
Bug 260908 - Trim leading & trailing whitespace on new form history entries. r=dolske
2009-06-10 16:32:39 -07:00
Dão Gottwald
cc4ef82539
Bug 496161 - Bookmarks toolbar icon/text backgrounds don't match
2009-06-11 00:55:44 +02:00
Dão Gottwald
e9cba2c44c
Bug 397986 - Keyboard focus is often unclear and direction keys behave confusingly. r=dtownsend
2009-06-11 00:54:37 +02:00
Dão Gottwald
e2e9523ddf
Bug 433154 - Notification bar close button is too big, description isn't vertically centered. r=ventnor
2009-06-11 00:54:22 +02:00
Josh Aas
4bd6720b31
Simplify code for exposing plugin file names vs. full path. Second landing. b=488181 r/sr=jst,bz
2009-06-10 16:47:49 -04:00
Neil Deakin
79321ef1f8
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 14:00:39 -04:00
Gervase Markham
369698b453
Bug 497103 - update list of MPL Initial Developers. Patch by gerv; r,a=bsmedberg.
2009-06-09 18:20:23 +01:00
Ted Mielczarek
deecbd447e
bug 471404 - 'Remove All Reports' shouldn't be available if there aren't any reports. add a browser chrome test. r=dao
...
--HG--
extra : rebase_source : 54804feeeccb07477fc6114f05a1101465f20a7f
2009-06-09 08:56:38 -04:00
Ted Mielczarek
a0374c8b93
bug 378528 - crash reporter should allow resubmission of pending reports. browser chrome tests for about:crashes. r=mossop
...
--HG--
extra : rebase_source : 487aa10d65440e911b0a2fcf6c0ddc7c71b5d568
2009-06-09 08:56:37 -04:00
Dave Townsend
ecbb3b3a07
Bug 496287: App update incompatible list should not warn about disabled/blocklisted items. r=robstrong
2009-06-06 18:09:58 +01:00
Ehsan Akhgari
3d1563b014
Bug 496688 - Convert toolkit/components/passwordmgr/test/browser/browser_passwordmgrdlg.js to *nix line endings; r=mossop
2009-06-06 15:41:28 +04:30
Marco Bonardo
39b9f69b08
Bug 494371. Only GetItemType once per itemAdded notification, instead of once per per observer per notification. r=dietrich, a=shaver.
2009-06-04 21:00:55 -04:00
Justin Dolske
76714ca862
Bug 496231 - videocontrols don't properly change play button state after video has ended. r=roc, r=gavin, a191=beltzner
2009-06-04 14:34:21 -07:00
Ted Mielczarek
927f3c68eb
bug 488596 - random test failures in test_crashreporter.js. re-enable crashreporter at the end of the test to try to catch a shutdown crasher.
2009-06-04 09:33:41 -04:00
Dão Gottwald
8cd0dce2ef
Bug 462967 - Update full screen window controls on windows theme. r=rflint
2009-06-03 18:01:26 +02:00
Dão Gottwald
b75e0de556
Removing harmful padding from notification icons added in bug 494657
2009-06-02 15:54:26 +02:00
Robert O'Callahan
84e88cf105
Bug 493621. Correctly set marginTop style to make volume slider appear when quirks are disabled. r=dolske
2009-06-02 20:55:29 +12:00
Dão Gottwald
4d206b4173
Bug 495903 - Notification bar x is truncated on the bottom. r=rflint
2009-06-02 09:00:32 +02:00