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

204715 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 330653be70 Backed out changeset 0ea22856b5d9 (bug 484448). 2009-04-08 15:56:43 -04:00
Jeremy D. Lea 9730c943dc Bug 419125 - Remove assert to fix bustage; 2009-04-08 12:48:34 -07:00
Boris Zbarsky 9fffe6f817 Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc
--HG--
rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
rename : layout/reftests/table-anonymous-boxes/white-space-1-ref.html => layout/reftests/table-anonymous-boxes/white-space-ref.html
2009-04-08 12:56:16 -04:00
Shawn Wilsher f197fab806 Bug 487145 - Update language helpers to follow style guidelines
Consistent spacing, consistent naming, and namespaces - OH MY!
r=asuth
2009-04-08 12:24:25 -04:00
Shawn Wilsher 55e027800a Bug 487230 - Remove dead code in mozStorageValueArray.*
Removes code that appears to have never been used...
r=asuth
2009-04-08 12:24:22 -04:00
Stuart Parmenter 1891d194bf Add additional null checks to fix bustage 2009-04-08 08:40:47 -07:00
Josh Aas 39f5ad242c Remove OJI from the tree. b=485984 r/sr=jst 2009-04-09 22:38:21 -04:00
Jonathan Kew ae84d0e906 Bug 487063. Assert that platform textruns are never called for zero-length text. r=roc
--HG--
extra : rebase_source : dc3dd429395d3219eb1f56e9ec4ecebd86bbfdae
2009-04-10 13:33:02 +12:00
Jonathan Kew d6b90da908 Bug 487063. gfxFontGroup::ComputeRanges should bail out on zero-length textruns. But avoid calling into platform textrun code for zero-length textruns, anyway. r=roc
--HG--
extra : rebase_source : 289989aaf2ebdf241e06aaf2bb46e170598e9b7b
2009-04-10 13:32:24 +12:00
Robert O'Callahan 824b6c183d Bug 486556. Don't rely on loadeddata firing before the document load event, per spec it might not. r=doublec
--HG--
extra : rebase_source : 66db9e1f5e94d17f028855e62ebe1aee2ee5acc4
2009-04-10 13:12:19 +12:00
Stuart Parmenter 48e030e05d bug 485940. remove unnecessary gpsd dependencies. r=bcombee 2009-04-08 08:29:46 -07:00
Stuart Parmenter 8d808221a7 Bug 482689. Optimize display lists for backgrounds. r/sr=roc 2009-04-08 08:19:51 -07:00
Boris Zbarsky b9856acf00 Bug 487539. Don't use an <area>'s primary frame as a primary frame hint. r+sr=roc 2009-04-09 21:37:37 -04:00
Boris Zbarsky e7be5bbeb9 Bug 481647. Give the document created via CreateAboutBlankContentViewer the right base URI too. r+sr=jst 2009-04-09 21:36:42 -04:00
Boris Zbarsky 46a80c50b9 Bug 485808. Create an iterator class to do forward iteration over the result of GetChildArray(). r+sr=sicking 2009-04-09 21:36:41 -04:00
Frederic Plourde aa8da8f5e0 Bug 469873 - Fennec building does not link XPT files in a single bundle : no call to xptlink.pl r+ted 2009-04-08 10:40:12 -04:00
Jeremy D. Lea d481ca446b Bug 419125 - Part 3 - Merge nsRenderingContextImpl into nsThebesRenderingContext; r+sr=vlad 2009-04-08 11:40:32 -07:00
Jeremy D. Lea c0ab49bb1b Bug 419125 - Part 2 - Merge DeviceContextImpl into nsThebesDeviceContext; r+sr=vlad 2009-04-08 11:40:24 -07:00
Jeremy D. Lea b6186beddc Bug 419125 - Part 1 - Minour cleanups of nsThebesDeviceContext; r+sr=vlad 2009-04-08 11:40:12 -07:00
Jeremy D. Lea b4d2a759af Bug 431634 - Part 2 - remove unused methods from nsIWidget; r+sr=roc 2009-04-08 11:39:58 -07:00
Boris Zbarsky 41d4fb331b Bug 472020. Blindly appending to our insertion point really is the wrong thing to do. This doesn't get us to correct behavior, but it gets us closer. r+sr=sicking. 2009-04-08 14:37:15 -04:00
Boris Zbarsky 15e9e26d1c Adding test for bug 363326 2009-04-08 13:27:53 -04:00
Benjamin Smedberg 7fd586cb4d Bug 326628 - user content can pop up pkcs11 dialogs, which is annoying and entirely unnecessary r+sr=jst,r=kaie 2009-04-08 10:27:45 -04:00
Boris Zbarsky 1cd43cc746 Bug 403199. Don't log addref/release of nsSimpleNestedURI, becuse it doesn't work right when someone addrefs the derived class but releases the base class canonical nsISupports, due to aggregation. r=dbaron 2009-04-09 14:01:16 -04:00
Boris Zbarsky e99ee04391 Bug 485631 followup. Only disable the dirty frae asserts under drawWindow if the flag to not flush was passed in. r+sr=roc 2009-04-09 12:43:15 -04:00
Fred Jendrzejewski f60688af65 Fix for bug 457104 (nsTextServicesDocument::FirstSelectedBlock dead?). r/sr=peterv.
--HG--
extra : rebase_source : 73e620aade6618aa90cebe0784754a68d5479a6d
2009-04-08 14:59:06 +02:00
Jonathan Watt f44b328f9f Bug 487404. The 'marker' attribute does not work. r=longsonr 2009-04-08 18:03:51 +02:00
Johnathan Nightingale c6962fdcab Bug 486826 - Firefox is overriding netErrorApp.dtd even though we actually override all of netError.dtd's strings. r=gavin 2009-04-08 12:01:03 -04:00
Brendan Eich c9c29d3dbc Bug 487320 - named function objects can escape without detection by the upvar analysis (r=mrbkap). 2009-04-07 17:10:33 -07:00
David Mandelin 8ee57e3c2a Bug 487173: Making undefined use stub getter/setter so use of global undefined can be traced, r=mrbkap 2009-04-07 17:01:20 -07:00
Robert Sayre 5bcc7554c0 Merge mozilla-central to tracemonkey. 2009-04-07 19:04:17 -04:00
Andreas Gal 161f2eab87 Bug 484693 - Cap size of global object, r=graydon. 2009-04-07 15:53:08 -07:00
Blake Kaplan 8a96db4fb9 Bug 487215 - A lambda expression that uses arguments might escape, so don't clear the funarg flag. r=brendan 2009-04-07 15:48:16 -07:00
Jim Blandy 57e1ccc992 Bug 469237: Use offsetof instead of a magic constant. r=jorendorff 2009-04-07 15:41:47 -07:00
Jason Orendorff 2399f9d934 Merge backout. 2009-04-07 17:07:40 -05:00
Jason Orendorff 87f44e67ea Backout changeset 143e997c858e (bug 484693) because it caused crashes on Mac tinderboxen. 2009-04-07 17:07:11 -05:00
Jason Orendorff 8f83122cec Merge. 2009-04-07 16:42:38 -05:00
Jason Orendorff 639b8bf301 Bug 487216 - TM: Other builtins that call JS_malloc. r=gal. 2009-04-07 16:26:13 -05:00
Johnny Stenback b591d71046 Fixing bug 486269. Prevent plugins from being destroyed while calling into them. r=joshmoz@gmail.com, sr=bzbarsky@mit.edu 2009-04-07 14:20:57 -07:00
Jason Orendorff c9458e508f Backed out changeset e201de53e918 in favor of a different approach. 2009-04-07 16:15:34 -05:00
Graydon Hoare 2793bf999a Bug 484693 - Remove uses of alloca, r=gal. 2009-04-07 13:47:36 -07:00
Walter Meinl 7939379885 Bug 487126: fix OS/2 and Qt test plugins build break, r=joshmoz 2009-04-07 23:41:49 +03:00
Brendan Eich 31459548aa Bug 487251 - imacros.c.out generation fails: Error: .igroup/.end name mismatch (r=mrbkap). 2009-04-07 13:32:24 -07:00
Brendan Eich da88ce1137 Bug 487251 - imacros.c.out generation fails: Error: .igroup/.end name mismatch (r=mrbkap). 2009-04-07 13:30:59 -07:00
Josh Aas a76671d763 We no longer need FlatCarbon in liboggplay. b=486911 r=cdouble sr=roc 2009-04-07 16:14:29 -04:00
Josh Aas bbda89d20d Remove unused Carbon icon decoder. b=486907 sr=pav 2009-04-07 16:10:35 -04:00
Benjamin Smedberg ece111ec3b UPLOAD_EXTRA_FILES doesn't need a prepending $(DIST), followup to bug 485935 2009-04-07 15:49:38 -04:00
Vladimir Vukicevic 7b3d7e29c1 b=480134; apply 500 char limit to all OSX versions; r=roc 2009-04-07 12:24:28 -07:00
Vladimir Vukicevic 8f6c5b65be b=482676; add pixman NEON optimizations; r=jeff 2009-04-07 12:12:31 -07:00
Vladimir Vukicevic 6419fe8e5c b=436932, add imageRenderingQuality property to 2D canvas, r=roc 2009-04-07 12:05:41 -07:00