Commit Graph

28359 Commits

Author SHA1 Message Date
Drew Willcoxon
346051162d Bug 489700 - Focus ring is cut off for XUL dropdown in Clear Recent History dialog. r=johnath 2009-05-15 09:24:33 +02:00
Drew Willcoxon
587528a835 Bug 490655 - Clear recent history dialog too wide [en-US] 2009-04-29 10:07:59 -07:00
Robert O'Callahan
03371d959d Backing out bug 492219 to fix assertion failure on leak boxes 2009-05-15 17:31:45 +12:00
Honza Bombas
5914ac9de2 Bug 492219. Rename globalStorage constructor to StorageObsolete and localStorage constuctor to Storage. r+sr=jst 2009-05-15 15:17:55 +12:00
Brandon Sterne
0409e5a0a5 Bug 490760. Don't crash on changes to the child node list. r+sr=jst 2009-05-15 15:16:04 +12:00
Timothy Nikkel
25b4c43458 Bug 492014. Wrap the display list for a subdocument in a wrapper which associates it all with the subdocument's owning element, so sorting-by-content doesn't try to reorder it. r=roc 2009-05-15 15:11:59 +12:00
Robert O'Callahan
dc397ecf0d Bug 491960. Only reflow due to selection if we did or will have overflowing selection decorations. r=dbaron 2009-05-15 15:09:49 +12:00
Timothy Nikkel
13f0179fd9 Bug 491848. Ensure scripts are blocked during frame destruction. Also, don't dispatch paint events during a synchronous plugin message. r=roc 2009-05-15 15:08:41 +12:00
Robert O'Callahan
54052b20f1 Bug 489415. Handle media streams with data from different principals in the media cache. r=bzbarsky,doublec 2009-05-14 09:52:50 +12:00
Brad Lassey
dbde09dac9 fixing gfx build bustage in wince r=joe 2009-05-14 22:47:51 -04:00
Karl Tomlinson
b5254172e4 b=491241 crash with windowless plugins when MOZ_COMPOSITED_PLUGINS is defined r=jrmuizel 2009-05-15 14:26:10 +12:00
Karl Tomlinson
32e4a94c55 remove unused moz_container_scroll_update. r=roc 2009-05-15 14:19:10 +12:00
Karl Tomlinson
c4c942a643 b=485125 reparent plugin widgets for delayed destruction. r=jst 2009-05-15 14:16:27 +12:00
Karl Tomlinson
2d9c719860 b=485125 nsIWidget::SetParent(nsnull) for gtk. r=roc 2009-05-15 14:14:45 +12:00
Jeff Muizelaar
8c08543e10 Bug 493079 - Update cairo to 1ae2ddc1dd4c90d50b8c57c4de677f8ab96b1fa2 r=joe 2009-05-14 22:03:26 -04:00
Jeff Muizelaar
08e5b94411 Bug 484954 - Fix a typo in the previous rgba text patch. r=vlad 2009-05-14 22:02:18 -04:00
Joe Drew
8d0a42255e Bug 472590 - Always call OnStopFrame() from the GIF decoder, even if we didn't decode any rows (due to an invalid GIF). r=vlad 2009-05-14 21:56:54 -04:00
Chris Double
9f038bfa2e Bug 466699 - Fix out of sync video and audio - r+sr=roc
--HG--
extra : rebase_source : ee8eedf72add30627fdbeef7cf22bc70a9415362
2009-05-15 13:29:05 +12:00
Chris Double
a145e213e9 Bug 492436 - Fix for handling unknown Ogg streams - rs=roc
--HG--
extra : rebase_source : 196ced84c53487b47a390fa043dd3e6de95d8bb3
2009-05-15 11:47:06 +12:00
Boris Zbarsky
a3a9f40918 Bug 493025. Don't assert if we happen to do bitblit scroll analysis on some frames that are dirty because a reflow got interrupted. r+sr=roc 2009-05-14 21:40:29 -04:00
Boris Zbarsky
a63e049e91 Bug 492760. Don't try to do a best-effort scroll to never-been-laid-out frames. r+sr=roc 2009-05-14 21:40:28 -04:00
Boris Zbarsky
bc66ab1170 Bug 492163, bug 492112, and bug 483604. Stop putting the style contexts of textnodes and CSS generated content in the undisplayed map, and make sure to properly unbind generated content if we don't plan to actually create a frame construction item for it. r+sr=dbaron 2009-05-14 21:40:26 -04:00
Robert Sayre
75bb19d6c8 Merge tracemonkey to mozilla-central. 2009-05-14 21:37:49 -04:00
Graydon Hoare
c142716352 Bug 492673 - TM: Fix memory pressure measurement, r=brendan. 2009-05-14 20:12:40 -07:00
Masayuki Nakano
feee8b464b Bug 492233 [IMM32] Reimplement IME mouse handling r=VYV03354+roc, sr=roc 2009-05-15 09:46:24 +09:00
Masayuki Nakano
a5daf397fd Bug 489951 [TSF] Korean TIP's composition string looks like normal text r=VYV03354, sr=roc 2009-05-15 09:45:15 +09:00
Marco Bonardo
14124b5b86 Bug 488966 - Add a last_visit_date column with an index to moz_places, r=sdwilsh 2009-05-15 01:28:03 +02:00
Marco Bonardo
00b3590749 Followup to Bug 484019 - Fix corrupt or wrong roots titles in the database and in the Library. Wrong binding. r=sdwilsh 2009-05-15 01:27:58 +02:00
Blake Kaplan
4f88c00c6c Bug 493074 - Compute fewer things to try to clear up a performance regression. r+sr=jst 2009-05-14 15:17:56 -07:00
Josh Aas
7b18a43803 Remove a perl module used to build on classic Mac OS (MacCVS). rs=bsmedberg 2009-05-14 16:41:55 -04:00
Josh Aas
67d8d4c00f Add support for "setConsumeRollupEvent" on Mac OS X. b=415440 r=mstange sr=roc 2009-05-14 16:13:22 -04:00
Chris Jones
ae05aca0b1 bug 491462: fix some typos and compiler warnings in deadlock detector. r=bsmedberg 2009-05-14 13:07:30 -07:00
Blake Kaplan
ae947363e1 Bug 490937 - Eagerly start prefetching URIs that we've found when we're done with our section of the document. Don't wait for the parser to tell us to go ahead. r+sr=jst 2009-05-14 13:02:13 -07:00
Dão Gottwald
31b3adffcd Backed out changeset 350e7f02ea89, since it might have issues, and I won't be there to watch the results :( 2009-05-14 20:57:00 +02:00
Dão Gottwald
314b19157b test and additional fix for bug 482801 2009-05-14 20:35:40 +02:00
Dave Townsend
3f583e8e3c Bug 487717: browser_bug435788.js times out occasionally. r=robstrong 2009-05-14 19:11:16 +01:00
Simon Bünzli
d4a7f12b2a Bug 491810 - Geolocation cookie cleared at exit for network.cookie.lifetimePolicy==2 (cleaning up my mess) 2009-05-14 10:55:22 -07:00
Igor Bukanov
f992869ce1 bug 492483 - fixing !JS_THREADSAFE build failure. r=mrbkap. 2009-05-14 18:39:44 +02:00
Hiroyuki Ikezoe
2f26e53e88 Bug 490275 - Memory leak in xpcom/glue/standalone/nsGlueLinkingWin.cpp; r=benjamin 2009-05-14 16:17:53 +02:00
Hiroyuki Ikezoe
4f3fae71b8 Bug 490274 - Memory leak in toolkit/xre/nsWindowsRestart.cpp; r=benjamin 2009-05-14 16:17:51 +02:00
Serge Gautherie
d47fd76ada Bug 483407 - Improve the "mochitest*" harness; (Cv1b2) TestRunner.js: Improved timeout handling, Check for no checks case, More consistent updateUI() output; r=rcampbell 2009-05-14 16:17:48 +02:00
Serge Gautherie
c5d50526fb Bug 468024 - reftest.js : optimize |outputs| assignment(s); (Av2) Check for no tests case, Whitespace cleanups; r=dbaron 2009-05-14 16:17:45 +02:00
Daniel Veditz
c5f253fbf6 bug 490425 fix nsView crash, patch from Martin Stransky, r/sr=roc 2009-05-14 07:04:45 -07:00
Dave Townsend
04f468e6a2 Bug 490195: Search field in "Get Add-ons" panel is badly aligned. r=dao 2009-05-14 13:13:11 +01:00
Marco Bonardo
40d2e8bc03 followup for Bug 392193 - first run migration / import from ie, opera and safari browser can be slow, migration should use "run in batch". Fix Opera migrator regression. r=sdwilsh 2009-05-14 14:11:56 +02:00
Marco Bonardo
cfc1954b44 Bug 491269 - Test that editing folder name in bookmarks properties dialog does not accept the dialog, r=adw 2009-05-14 14:11:51 +02:00
Marco Bonardo
a2935c0136 Bug 480238 - Double-clicking tree column separator opens highlighted link, r=enn 2009-05-14 14:11:46 +02:00
Jason Orendorff
cd986613f8 Bug 492714 - "Assertion failure: cg->staticLevel >= level, at ../jsemit.cpp" with genexp. r=brendan 2009-05-13 19:02:33 -05:00
Igor Bukanov
92f94e451c bug 491126 - sharing object map for non-native objects. r=brendan 2009-05-14 12:35:23 +02:00
Brendan Eich
6ffa7ccf08 Bug 492914 - TM: trace aborts due to flat closure analysis bug (r=mrbkap). 2009-05-13 23:01:08 -07:00