Commit Graph

4634 Commits

Author SHA1 Message Date
Ehsan Akhgari
3ec1c83a08 Bug 506126 - globalOverlay.js is full of caller-less functions; r=enndeakin 2009-08-02 22:23:19 +04:30
Ehsan Akhgari
2a9ff53bba Bug 487656 - zoomed in by default while entering Private Browsing; r=dao,mconnor 2009-08-02 22:23:01 +04:30
MattN
e103fbb15f Bug 444728 - autocomplete disregards maxlength for input fields. r=dolske, sr=mconnor 2009-08-01 17:30:27 -07:00
MattN
08957a0864 Bug 446247 - Autocomplete should match any part of the string. r=dolske 2009-08-01 17:30:26 -07:00
Walter Meinl
81528c9f36 [OS/2] Bug 501461 - remove os2Embed from the tree, r=pweilbacher 2009-08-01 21:55:07 +03:00
Dão Gottwald
768bb0c51f browser_aboutCrashes.js fix for bug 445421 2009-08-01 19:42:46 +02:00
Gavin Sharp
0ae87ac3b8 Bug 445421 - Add static "bp-" in front of crash ID. r=ted 2009-08-01 18:17:11 +02:00
Graeme McCutcheon
1a0f15993f Further tests for bug 451286, and tidy up the relevant file somewhat. r=mano 2009-08-01 17:16:03 +01:00
Masayuki Nakano
25226ca48a Bug 501608 - menu popup sounds are played when showing the autoscrolling popup. r=enn 2009-08-01 07:31:18 -07:00
Mark Banner
98b5622fa6 Bug 487857 Add some extra checks to test_bug_401582.js to try and determine the cause of its frequent timeouts which seem to have got worse over the last day or two. Test-only change. r=sdwilsh CLOSED TREE 2009-08-01 08:49:57 +01:00
L. David Baron
e3bdb42f70 Merge backout of changeset 8cd49a8cbb88 (bug 501608) on suspicion of causing lots of mochitest-browser-chrome timeouts and leaks (bug 507698). CLOSED TREE 2009-07-31 14:40:40 -07:00
L. David Baron
be4f8acdd0 Backed out changeset 8cd49a8cbb88 (bug 501608) on suspicion of causing lots of mochitest-browser-chrome timeouts and leaks (bug 507698). 2009-07-31 14:36:57 -07:00
Josh Aas
03f2795912 merge backout of changeset 4318f781ab87 to investigate Ts changes, b=506812 CLOSED TREE 2009-07-31 16:54:34 -04:00
Josh Aas
5c4e688fab Backed out changeset 4318f781ab87 to investigate Ts changes, b=506812 CLOSED TREE 2009-07-31 16:53:51 -04:00
Masayuki Nakano
289ea1b5c4 Bug 501608 - menu popup sounds are played when showing the autoscrolling popup. r=enn 2009-07-31 07:23:51 +02:00
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