Граф коммитов

236233 Коммитов

Автор SHA1 Сообщение Дата
Vladimir Vukicevic 91997043c9 b=507037; hang on WinCE in gfxFontFamily::FindFontForStyle; r=jdaggett 2009-07-30 11:19:34 -07:00
David Zbarsky 173ce6f501 Bug 499655. Selectors should have dual atoms: HTML and other. r=dbaron 2009-07-30 13:28:42 -04:00
Boris Zbarsky 39072906a0 Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
Shawn Wilsher e82de41138 Merging places and mozilla-central. 2009-07-30 10:25:23 -07:00
Boris Zbarsky 2872bf24b6 Bug 496500. Don't try to interrupt on lines we're not actually reflowing, since during a resize on Windows HasPendingInputEvent returns true while the mouse is down. r+sr=roc 2009-07-30 11:53:36 -04:00
Shawn Wilsher 99d7533837 Disable these two randomly crashing tests until bug 506042 is fixed and we can get stacks from the crashes. 2009-07-30 08:48:48 -07:00
Shawn Wilsher 8f3f16761c Merging places and mozilla-central. 2009-07-30 08:41:55 -07:00
Boris Zbarsky 10a8f3cf0b Backed out changeset 03c40c5a2d4b (bug 505988) to fix password manager test orange.
--HG--
extra : rebase_source : c88519859e51b9d49d0f2269085dbb17edabd1c1
2009-07-30 11:01:01 -04:00
Robert O'Callahan 4d19a63858 Backing out bug 506615 to fix mochitest failures 2009-07-30 22:06:23 +12:00
Robert O'Callahan 6c670f1189 Backed out changeset c353fe809be0 2009-07-30 22:06:02 +12:00
Jonas Sicking ab4778b28d Bug 507023: When inserting fragments into the DOM, use ContentAppended notification when possible. r/sr=jst 2009-07-30 02:27:24 -07:00
Alexander Surkov 328491c8bb Bug 452564 - can't create accessibles for table children when visibility style of table is changed, r=ginn.chen, sr=roc 2009-07-30 15:55:51 +08:00
Robert O'Callahan 0eeaa34755 Bug 504311. Don't reframe text when white-space changes between preformatted values, or between non-preformatted values. r=bz
--HG--
extra : rebase_source : 7f545ad1d85bcda74d18d9308539b45149a4a194
2009-07-30 15:02:22 +12:00
Robert O'Callahan 22e45a4c15 Bug 492309. Remove useless gfxTextRuNnFactory flags. r=vlad
--HG--
extra : rebase_source : 4cdbc37f404c07f509adbfb581c662187813bc4a
2009-07-30 14:59:41 +12:00
Robert O'Callahan 95c44491cd Bug 506304. Walk all the way up to the nearest widget when computing event coordinates for windowless plugins. r=bz
--HG--
extra : rebase_source : be25ce5ffbae7c90cf0b211ae818046873b6e09a
2009-07-30 14:56:52 +12:00
Robert O'Callahan da0b2fce24 Bug 506615. XUL decks should not have wididgets. r=dbaron
--HG--
extra : rebase_source : 5d6728b11a121565f828f27e8abed5e0172aa069
2009-07-30 14:54:42 +12:00
Robert O'Callahan 660fb71019 Bug 467914. GetOverflowRectRelativeToSelf shouldn't always expect a preEffectsBBox. r=dbaron
--HG--
extra : rebase_source : cc6cd0bf3f4b11785b85baeaf74bd9ef7725c42f
2009-07-30 14:48:13 +12:00
Karl Tomlinson a831616bfa whitespace change to force rebuild with dae91a0884c9 2009-07-30 15:23:56 +12:00
Karl Tomlinson ac5422ca88 b=493541 hook jemalloc into glibc's malloc r=bsmedberg 2009-07-30 15:15:50 +12:00
Boris Zbarsky 6886564026 This test is testing stuff that is just not true anymore now 2009-07-29 22:28:29 -04:00
Shawn Wilsher d5d76dcf77 Bug 506805 - Remove locking in AsyncExecuteStatements
This removes the use of the shared mutex in AsyncExecuteStatements.  We now rely
on PR_AtomicSet and the volatile keyword.  This results in zero lock contention
between the calling thread and the background thread if cancel is ever called.
r=asuth
r=bent
sr=vlad
2009-07-29 17:24:50 -07:00
Nelson Bolyard 473bf742cd Bug 332173 - Problems with regexp parsing of '~' in nsIZipReader.findEntries (and other nsWildCard uses). r=jwalden, a=ss 2009-07-29 14:07:45 -07:00
Jeff Walden 15b3d9fd2a Backed out changeset ab1686101bfb, pending orange investigation
--HG--
extra : rebase_source : ad872bd18b36237fcc450f5fdc61d6579b532518
2009-07-29 16:24:14 -07:00
Masatoshi Kimura cc9115ac64 Bug 499816 - Minimizing Firefox opens and gives focus to minimized Steam windows. (r=jmathies, sr=roc) 2009-07-29 18:11:26 -05:00
Timothy Nikkel cf34b5b9a6 Bug 504269. background color of iframe not drawn on print. r+sr=roc 2009-07-29 18:10:50 -04:00
Timothy Nikkel d925bda685 Bug 503814. iframe contents shifted slightly due to rounding issue. r+sr=roc 2009-07-29 18:10:50 -04:00
Timothy Nikkel 8520ce4482 Bug 269908. <legend> default style changes restrict styling options. r+sr=bzbarsky 2009-07-29 18:10:50 -04:00
Marco Bonardo 30bdfb2e8d Bug 494749 - mochitest-browser-chrome: browser_490040.js times out intermittently, refactoring of the test, r=dietrich 2009-07-29 23:50:42 +02:00
David Dahl 169ff8e415 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 d43f814b3a 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 4df669c633 Bug 507219 - Crash in nsNavHistoryResult::OnVisit, r=dietrich 2009-07-29 23:50:25 +02:00
Nelson Bolyard 4fb015ac9d Bug 332173 - Problems with regexp parsing of '~' in nsIZipReader.findEntries (and other nsWildCard uses). r=jwalden, a=ss 2009-07-29 14:07:45 -07:00
Robert Sayre b15e7e514c Merge tracemonkey to mozilla-central. 2009-07-29 17:05:05 -04:00
Shawn Wilsher 33a9d6e509 Merge places head to mozilla-central head. 2009-07-29 13:59:37 -07:00
Honza Bambas 8e3e2ba2da Bug 483440 - PSM doesn't detect invalid OID encodings in Cert Viewer Details tab, r=nelson+johnath 2009-07-29 22:23:27 +02:00
Honza Bambas 4f3522d9d7 Bug 483437 - PSM doesn't properly escape AVA Values in Cert Viewer Details tab, r=nelson+benjamin 2009-07-29 22:23:27 +02:00
Shawn Wilsher a7a3b22a2d Merge places to mozilla-central. 2009-07-29 10:16:01 -07:00
Jason Orendorff ce1743d488 Bug 506982 - Fix up jstracer style. r=Waldo. 2009-07-29 11:58:19 -05:00
Edward Lee c092370544 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
Neil Deakin ae3b3bf26d Bug 504224, crash in GetCommonAncestor, caused because child frame is still focused. Move focus when frame content is removed, and add warnings, r=smaug 2009-07-29 10:36:03 -04:00
Bobby Holley 49940b5bd3 Bug 504822 - Remove XBM support from Mozilla. r=joe sr=vladimir 2009-07-29 10:13:08 -04:00
Jason Orendorff 78888f9933 Bug 504520 - TM: a >= b misbehaves if a and b are both Infinity at record time. r=Waldo.
--HG--
extra : rebase_source : 3debe2d9be81aa923e8d94081b189fd577a21287
2009-07-29 07:48:06 -05:00
Robert Sayre 575134a3d1 Backed out changeset e09130fcb013 2009-07-28 18:51:35 -04:00
Benjamin Smedberg d931760247 Remove all of embedding/qa: it's completely unused and broken beyond repair. Checked with bc and a few others to make sure jstests weren't still in use by somebody. 2009-07-28 16:28:24 -04:00
Boris Zbarsky 650edb130c Relanding bug 496823 in the hopes that it's not causing the XP Txul issue.
--HG--
extra : rebase_source : 593d43b5c229e077e4454d848dba59265dee6b58
2009-07-29 08:53:27 -04:00
Tyler Downer d5c1d3cef6 Bug 470575 - Move PyXPCOM docs to dmo; r=mhammond 2009-07-29 14:41:32 +02:00
Serge Gautherie 9bbf2bc96a Bug 492717 - nsNTLMAuthModule.cpp ParseType2Msg(): need to check |offset| value; (Av1) offset and length; r=(kaie + rrelyea) no_sr 2009-07-29 14:38:36 +02:00
Ginn Chen 1164b26366 Bug 505678: Downloadable font feature is broken with Sun Studio compiler r=jdaggett 2009-07-29 17:40:33 +08:00
Dão Gottwald 9bf94754cc merge 2009-07-29 10:50:20 +02:00
Alexander Surkov ec8032047d Bug 494815 - Accessible name subtree computation should ignore whitespace when determining whether to strip user-entered value, r=davidb 2009-07-29 17:03:20 +08:00