Ian van den Berg
200028ecc9
Bug 393951 - Remove appID from nsIExtensionManager.getIncompatibleItemList. r=rstrong, sr=vlad
2009-07-30 17:35:02 -07:00
Robert Strong
1207b3f55b
Bug 505934 - Skip the write access checks on Windows CE. r=dtownsend
2009-07-30 17:34:05 -07:00
Shawn Wilsher
1dbb962adf
xpcshell unit test fix from async location bar landing on a CLOSED TREE. no bug. r=dietrich
2009-07-30 13:53:06 -07:00
Nochum Sossonko
b572a6bbfa
Bug 506104 - add a memoized getter for PluralForm.jsm inside DownloadUtils.jsm. r=gavin
2009-07-30 20:40:54 +02:00
Josh Aas
87a641a295
Get rid of unnecessary conversion from CFURLRef to FSRef. b=506812 r=vlad
2009-07-30 14:21:40 -04:00
Shawn Wilsher
c113953d34
Merging places and mozilla-central.
2009-07-30 08:41:55 -07:00
Shawn Wilsher
d8f6c4eeae
Merge places head to mozilla-central head.
2009-07-29 13:59:37 -07:00
Shawn Wilsher
3981f0cb31
Merge places to mozilla-central.
2009-07-29 10:16:01 -07:00
Edward Lee
85252180c1
Bug 504384 - Excessive Flickering with the Asynchronous Location Bar. r=sdwilsh
...
Don't tell autocomplete that we have 0 results ongoing when we just started the search, so it doesn't cause the UI to show 0 results and immediately show more.
2009-07-29 09:51:48 -07:00
Bobby Holley
9328bfd38b
Bug 504822 - Remove XBM support from Mozilla. r=joe sr=vladimir
2009-07-29 10:13:08 -04:00
Dão Gottwald
930df1b2af
Backed out changeset 27b53ca1b085
2009-07-29 10:49:59 +02:00
Ehsan Akhgari
0a02e029df
Bug 506111 - consolidate getService calls in browser.js. r=dao
2009-07-29 08:22:12 +02:00
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