Boris Zbarsky
|
56a3756669
|
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
|
06e6d37df7
|
Adding test for bug 363326
|
2009-04-08 13:27:53 -04:00 |
|
Boris Zbarsky
|
f70fe28e08
|
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
|
f4ebe145db
|
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
|
b8e49cdb07
|
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 |
|
Fred Jendrzejewski
|
63abee270a
|
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
|
2bef32708b
|
Bug 487404. The 'marker' attribute does not work. r=longsonr
|
2009-04-08 18:03:51 +02:00 |
|
Johnathan Nightingale
|
09d2e2f203
|
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 |
|
Johnathan Nightingale
|
5a894c20bd
|
Bug 483950 - Hide statusbar domain name for SSL, pending removal. r=mconnor
|
2009-04-01 17:56:29 -04:00 |
|
Olli Pettay
|
68311f0ff6
|
Bug 487345, Crash [@ nsObjectLoadingContent::Instantiate], r+sr=bz
|
2009-04-08 18:28:52 +03:00 |
|
Benjamin Smedberg
|
614ee0fc2d
|
Bustage fix from last-minute rework of bug 481350
|
2009-04-08 10:31:33 -04:00 |
|
Benjamin Smedberg
|
5000827e05
|
Bug 481350 - Fail when imacros.c.out is out of date, r=jorendorff/ted
|
2009-04-08 10:18:25 -04:00 |
|
Dão Gottwald
|
e6dcf3b22b
|
Bug 485835 - tabs close button also needs a bottom margin (browser.tabs.closeButtons=3). r=ventnor
|
2009-04-08 15:41:21 +02:00 |
|
Graeme McCutcheon
|
c6a83208d3
|
Bug 477631 - fix intermittent test_bug418874.xul failure
|
2009-04-08 15:40:35 +02:00 |
|
Marco Bonardo
|
656ade206b
|
Bug 486978 - History in library is no longer sorted by visit date but by name, r=dietrich
|
2009-04-08 14:27:03 +02:00 |
|
Marco Bonardo
|
70b36105e3
|
Bug 486707 - Unable to search through the whole history in the Library, r=dietrich
|
2009-04-08 14:26:57 +02:00 |
|
Marco Bonardo
|
b131c96951
|
Bug 486702 - Library left pane not updated properly / dynamically, r=dietrich
|
2009-04-08 14:26:49 +02:00 |
|
Honza Bambas
|
2cc37f8e4c
|
Bug 480713, disabling test_dynUnsecureRedirect.html
|
2009-04-08 14:21:32 +02:00 |
|
Honza Bambas
|
137cc26e8a
|
Bug 480713 - nsDocLoader doesn't clear requests from mRequestInfoHash, security UI may not report mixed content, r,sr=jst
|
2009-04-08 10:45:32 +02:00 |
|
Robert Sayre
|
f31f49d3c4
|
Merge tracemonkey to mozilla-central.
|
2009-04-08 00:33:02 -04:00 |
|
John Wolfe
|
e456c19b02
|
Bug 476733 - WinCE Dynamic CAB INF File Production Needed - r+ted
|
2009-04-07 23:44:03 -04:00 |
|
Vladimir Vukicevic
|
5986bb5a42
|
b=482676; fix build bustage with NEON explicitly disabled or not available; r=me
|
2009-04-07 19:03:48 -07:00 |
|
Vladimir Vukicevic
|
9351544f8f
|
mobile only; temporarily disable building NEON pixman bits to see if it fixes build breakage
|
2009-04-07 18:44:22 -07:00 |
|
Brendan Eich
|
ceccfabafa
|
Bug 487320 - named function objects can escape without detection by the upvar analysis (r=mrbkap).
|
2009-04-07 17:13:13 -07:00 |
|
Brendan Eich
|
240c326a21
|
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
|
ab16a824b1
|
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
|
51f43ccd72
|
Merge mozilla-central to tracemonkey.
|
2009-04-07 19:04:17 -04:00 |
|
Andreas Gal
|
f7f0ad16bc
|
Bug 484693 - Cap size of global object, r=graydon.
|
2009-04-07 15:53:08 -07:00 |
|
Blake Kaplan
|
d17152f491
|
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
|
065b4086c2
|
Bug 469237: Use offsetof instead of a magic constant. r=jorendorff
|
2009-04-07 15:41:47 -07:00 |
|
Jason Orendorff
|
cbb1d7f51f
|
Merge backout.
|
2009-04-07 17:07:40 -05:00 |
|
Jason Orendorff
|
a613c0d579
|
Backout changeset 143e997c858e (bug 484693) because it caused crashes on Mac tinderboxen.
|
2009-04-07 17:07:11 -05:00 |
|
Jason Orendorff
|
d6c3321108
|
Merge.
|
2009-04-07 16:42:38 -05:00 |
|
Jason Orendorff
|
e42a325f6e
|
Bug 487216 - TM: Other builtins that call JS_malloc. r=gal.
|
2009-04-07 16:26:13 -05:00 |
|
Johnny Stenback
|
977b7eacfc
|
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
|
d24fe77d94
|
Backed out changeset e201de53e918 in favor of a different approach.
|
2009-04-07 16:15:34 -05:00 |
|
Graydon Hoare
|
163d74068e
|
Bug 484693 - Remove uses of alloca, r=gal.
|
2009-04-07 13:47:36 -07:00 |
|
Walter Meinl
|
854af9da72
|
Bug 487126: fix OS/2 and Qt test plugins build break, r=joshmoz
|
2009-04-07 23:41:49 +03:00 |
|
Brendan Eich
|
c1db7f391d
|
Bug 487251 - imacros.c.out generation fails: Error: .igroup/.end name mismatch (r=mrbkap).
|
2009-04-07 13:32:24 -07:00 |
|
Brendan Eich
|
2270357832
|
Bug 487251 - imacros.c.out generation fails: Error: .igroup/.end name mismatch (r=mrbkap).
|
2009-04-07 13:30:59 -07:00 |
|
Josh Aas
|
68ca53a0d5
|
We no longer need FlatCarbon in liboggplay. b=486911 r=cdouble sr=roc
|
2009-04-07 16:14:29 -04:00 |
|
Josh Aas
|
979f0b0b62
|
Remove unused Carbon icon decoder. b=486907 sr=pav
|
2009-04-07 16:10:35 -04:00 |
|
Benjamin Smedberg
|
ace7fb1892
|
UPLOAD_EXTRA_FILES doesn't need a prepending $(DIST), followup to bug 485935
|
2009-04-07 15:49:38 -04:00 |
|
Vladimir Vukicevic
|
9e33b4c1aa
|
b=480134; apply 500 char limit to all OSX versions; r=roc
|
2009-04-07 12:24:28 -07:00 |
|
Vladimir Vukicevic
|
e9ed6adcad
|
b=482676; add pixman NEON optimizations; r=jeff
|
2009-04-07 12:12:31 -07:00 |
|
Vladimir Vukicevic
|
5289a01dc6
|
b=436932, add imageRenderingQuality property to 2D canvas, r=roc
|
2009-04-07 12:05:41 -07:00 |
|
Benjamin Smedberg
|
30dbbfcf45
|
Bug 486534 - config/nspr/Makefile.in should use core_abspath, r=ted
|
2009-04-07 13:33:11 -04:00 |
|
Benjamin Smedberg
|
808e4fc710
|
Bug 485935 - Build the default langpack (usually en-US) as part of make package , r=ted
--HG--
extra : rebase_source : 9c11818058da2a5da0c2c67cd03d8a6be5755d93
|
2009-04-07 13:21:57 -04:00 |
|
Robert Sayre
|
30f9238dfd
|
Merge tracemonkey to mozilla-central.
|
2009-04-07 13:21:29 -04:00 |
|
Jason Orendorff
|
8978ecf87d
|
Bug 482015 - TM: Assertion failure: cx->bailExit due to _RETRY builtins that call JS_malloc. r=gal, r=igor.
|
2009-04-07 11:42:50 -05:00 |
|