Commit Graph

16669 Commits

Author SHA1 Message Date
Shawn Wilsher
a290cb1647 Bug 445042 - Upgrade to SQLite 3.6.0
This contains the needed changes to our own code (readme file, configure.in, and
def file changes).
r=myk
2008-08-04 15:40:53 -04:00
Blake Kaplan
d1c2f6d0ef Merge backout 2008-08-04 11:13:34 -07:00
Blake Kaplan
1c6155e1bf Backed out changeset 90020c4ad446 to fix tinderbox orange while I figure out why a test was failing. 2008-08-04 11:12:51 -07:00
Eric Butler
727ad67606 Avoid unnecessary InvalidateFrame calls from CanvasRenderingContext2D - bug 447836 r=vlad 2008-08-04 10:38:09 -07:00
Shawn Wilsher
f7c9f5d3ec Bug 443433 - [refactor] move places table creation statements to one file
This refactors how tables are created in places.  There is no change in logic.
r=dietrich
2008-08-04 13:14:17 -04:00
Shawn Wilsher
1082eae412 Address spelling mistake from review comment for bug 443068. 2008-08-04 13:07:17 -04:00
Blake Kaplan
74e6fd4abf Don't optimize variable names in with statements. bug 448595, r=brendan 2008-08-04 10:07:06 -07:00
Blake Kaplan
7d51f1aea1 Avoid returning false without setting an exception. bug 429521, r=sdwilsh 2008-08-04 10:04:27 -07:00
Blake Kaplan
0b0d6afb1e Propagate compilation errors to our caller to make syntax errors easier to debug. bug 408412, r=shaver sr=brendan 2008-08-04 10:03:34 -07:00
Blake Kaplan
52a3888cfa Propagate compilation errors to our caller to make syntax errors easier to debug. bug 408412, r=shaver sr=brendan 2008-08-04 10:03:34 -07:00
Shawn Wilsher
dbc4d6734f Bug 443068 - Move triggers into migration code
This moves all the triggers created by places into the appropriate migration
functions.  This saves us two queries to sqlite_master every time the places
service starts up.
r=dietrich
2008-08-04 12:59:56 -04:00
Peter Van der Beken
4610d6812e Fix for bug 427060 (Get Error during XSLT transformation: Waiting for ...). r/sr=sicking. 2008-08-04 16:02:33 +02:00
Mats Palmgren
628ca8159e Testcase for bug 448860. 2008-08-04 14:45:56 +02:00
Mats Palmgren
95120db259 Call Invalidate() in a way that does not flush pending notifications. b=448860 r+sr=roc 2008-08-04 14:45:38 +02:00
Dão Gottwald
b196668c0b fix bustage from changeset d6384ffd49f1 2008-08-04 13:24:06 +02:00
fantasai
62fd8825a8 Bug 159914 – Printing a div's content "eats" a few line down the first page 2008-08-04 13:19:53 +02:00
Honza Bambas
bbcdbbf956 Bug 435220 – Dropping images to Total Commander produces broken image. r=emaijala, sr=roc 2008-08-04 13:00:07 +02:00
philippe
edf447a179 Bug 446173 – about:mozilla page title is hardcoded and not localizable. r=gavin 2008-08-04 12:54:55 +02:00
Bernd
c98687f036 make the table column dimension setting rtl aware bug 89856 r/sr=roc 2008-08-04 09:27:32 +02:00
Bernd
e688b77985 use document.title instead of depreceated window.title, bug 448932 r=dbaron 2008-08-04 09:21:47 +02:00
Bernd
2b01da090f make sure that we initialize the BCDamageArea bug 351068 r/sr=bzbarsky 2008-08-04 09:14:39 +02:00
Robert O'Callahan
0bfbd14b8c Disabling test for bug 448534 because it causes a crash in unrelated code :-( 2008-08-04 15:22:38 +12:00
Michael Ventnor
f7783e7a9b Bug 448903. Fix bounds checking in blur code. r+sr=roc 2008-08-04 14:18:46 +12:00
Chris Double
02656c20a0 Bug 448636. Update liboggplay to r3673 to propagate errors instead of crashing. r=#theora 2008-08-04 14:04:19 +12:00
Ralph Giles
07f489cd7d Bug 448636. Tighten Theora decoder error handling. r=doublec 2008-08-04 14:01:35 +12:00
Chris Double
1d47d66f07 Bug 448534. Make sure that the video stops when the element is removed from the document. r+sr=roc 2008-08-04 13:51:01 +12:00
Chris Double
1aeca7c105 Bug 448673. Make sure the progress timer is cancelled properly. r+sr=roc 2008-08-04 13:33:43 +12:00
Chris Double
053f31fd82 Bug 448714. Remove Ogg decoder's observer listener when playback stops. r+sr=roc 2008-08-04 13:31:33 +12:00
Tomer Cohen
02177f42e4 Bug 437797 – about:mozilla page is hardcoded to LTR in RC2. r=gavin 2008-08-03 18:28:14 +02:00
Marco Bonardo
cc158c5660 Bug 432778 – Searching on Tags doesn't give back any results. r=dietrich 2008-08-03 12:57:17 +02:00
Dão Gottwald
5dbe1ac67d Bug 448892 – "setting a property that has only a getter" when adding the location bar to the chrome after starting the browser without it. r=gavin 2008-08-03 12:27:30 +02:00
Ere Maijala
30b134f821 Fix for bug 318235: Ctrl+Enter being treated as Ctrl+J when captured by a Javascript event
Patch by Rob Arnold (tellrob@gmail.com)
r=vlad
sr=roc
2008-08-02 21:03:25 -07:00
Dão Gottwald
aa3b526d81 Bug 448885 – gBrowser, gURLBar etc. stuck at null when accessed before the associated elements are in the document. r=gavin 2008-08-03 00:41:32 +02:00
Dão Gottwald
7c0867e39b Bug 437358 – Use native platform colors for URLs in the location bar autocomplete. r=gavin 2008-08-02 21:37:17 +02:00
Edward Lee
75104b0fa0 Bug 448583 - remove isNil function from DownloadUtils.jsm. r=sdwilsh 2008-08-01 15:10:10 -07:00
Serge Gautherie
2fbde12631 Bug 148192 – Remove session-logout code from networking
p=sgautherie r/sr=cbiesinger
2008-08-01 22:38:16 +01:00
Serge Gautherie
7735b1b7ab Bug 448110 – |--disable-svg| does not build
p=sgautherie Av1 r/sr=jonas Cv1 r=dbaron
2008-08-01 22:23:27 +01:00
Doug Turner
c9fd7dd0d7 geolocation passes location before users accepts prompt. b=448557. r=me 2008-08-01 14:09:34 -07:00
Serge Gautherie
f6d64b7fda Bug 447043 – In check-one, new log files are not being scanned for PASS/FAIL
p=sgautherie r=ted.mielczarek
2008-08-01 22:07:14 +01:00
Serge Gautherie
a8898e629c Bug 344789 – "WARNING: Asked to remove non-existent observer" in <nsImageLoadingContent.cpp> |RemoveObserver()|
p=sgautherie r/sr=bzbarsky
2008-08-01 21:58:59 +01:00
Ere Maijala
7b1baebe99 Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=smaug
sr=roc
2008-08-01 10:32:32 -07:00
Ian Neal
fbc81b4dd6 Bug 445049 – Preference value types are not validated (or converted) before being set
p=Neil r=gavin
2008-08-01 16:22:59 +01:00
Robert Longson
6ef4351766 Bug 448506 - support xlink:show attribute in links. r=jwatt,sr=roc 2008-08-01 10:52:23 +01:00
Edward Lee
f0036b5555 Bug 448622 - Ignore obj/objdir without hyphen for hgignore. r=ted 2008-07-31 22:44:18 -07:00
Boris Zbarsky
ba6f01e79d Bug 426273. Make sure to clear out bogus Content-Disposition values before checking whether we can handle the 206 response. r+sr=biesi 2008-07-31 17:55:14 -07:00
Dave Camp
eb4bfaeb1c Bug 448712. Make sure to remove the storage for an empty entry in a cache block file. r+sr=biesi 2008-07-31 17:53:12 -07:00
Dave Camp
a4644e4b80 Bug 448712. Make sure to remove the storage for an empty entry in a cache block file. r+sr=biesi 2008-07-31 17:51:51 -07:00
Mats Palmgren
19dc715bb6 Bug 446663. Make sure that if the user is typing in a text input its text input listener will get the events (so that undo/redo work and oninput is fired). 2008-07-31 17:36:21 -07:00
Mats Palmgren
9dc386954b Bug 446663. Make sure that if the user is typing in a text input its text input listener will get the events (so that undo/redo work and oninput is fired). 2008-07-31 17:34:11 -07:00
Boris Zbarsky
4a8827b86c Bug 448161. Don't crash when getting computed style for a link that's not in the document 2008-07-31 17:16:56 -07:00