L. David Baron
e7467eb1bb
Remove pointless null checks that are extremely unlikely to fail. (Bug 156716) r+sr=bzbarsky
2008-07-26 09:14:48 -07:00
L. David Baron
1c6338b137
Implement Media Queries, part 2: infrastructure for dynamic change handling at the rule cascade and style sheet level. (Bug 156716) r+sr=bzbarsky
2008-07-26 09:14:48 -07:00
L. David Baron
4fec0ad28a
Implement Media Queries. (Bug 156716) r+sr=bzbarsky
2008-07-26 09:14:48 -07:00
L. David Baron
82adb15ba7
Make ParsePositiveVariant restrict integers too, which affects existing call for -moz-column-count. (Bug 156716) r=bzbarsky sr=roc
2008-07-26 09:14:48 -07:00
L. David Baron
6a6181979e
Don't do special parsing for media lists in HTML: match parentheses, even across commas, and allow media queries through. (Bug 156716) r+sr=bzbarsky
2008-07-26 09:14:48 -07:00
L. David Baron
a85de8088e
Make configure not crash when /bin/sh is dash and there's a config.cache. (Bug 448020) r=Pike, ted.mielczarek
2008-07-26 09:14:48 -07:00
Jason Evans
11616de541
Bug 446096: Integrate upstream jemalloc optimizations, r=pavlov
...
Enhance arena_chunk_map_t to directly support run coalescing, and use
the chunk map instead of red-black trees where possible. Remove the
red-black trees and node objects that are obsoleted by this change. The
net result is a ~1-2% memory savings, and a substantial allocation speed
improvement.
Add a radix tree to optimize isalloc_validate().
2008-07-25 14:53:20 -07:00
Jason Evans
6a677e33bd
Bug 446090: Fix assertions in jemalloc, r=pavlov
...
Create a custom assert() implementation in order to avoid recursive
deadlock. Enable assertions on Windows (for debug builds).
2008-07-25 14:52:27 -07:00
Ted Mielczarek
e87bd6e49e
Backed out changeset 297420bcddde (accidentally committed)
2008-07-25 16:58:40 -04:00
Ted Mielczarek
38dc60766a
bug 444103 - add ability to add string-formatted notes to crash report
2008-07-25 16:54:41 -04:00
Ben Hearsum
b612e8907b
Added tag FIREFOX_3_1a1_BUILD2 for changeset afc4ee509d9c
2008-07-25 12:59:49 -04:00
Ben Hearsum
3bb256d86b
Added tag FIREFOX_3_1a1_RELEASE for changeset afc4ee509d9c
2008-07-25 12:59:33 -04:00
Ben Hearsum
fa8caea1ca
Added tag FIREFOX_3_1a1_RELEASE for changeset c1d7e318a275
2008-07-25 12:57:18 -04:00
Ben Hearsum
974d5187ae
Added tag FIREFOX_3_1a1_BUILD2 for changeset c1d7e318a275
2008-07-25 12:57:09 -04:00
Dave Townsend
4a24f8ba03
Merge commit from 3.1a1 release branch
2008-07-25 12:43:43 -04:00
Johnny Stenback
b09bc0352f
Bug 444963: Java hangs browser. Release branch landing. r+sr=peterv
2008-07-25 12:42:08 -04:00
Dave Townsend
34e62d8180
Bug 401229: Reduce Extension Manager flushing during startup. r=robstrong
2008-07-25 12:23:25 -04:00
Dave Townsend
165dc509e0
Backout of bug 443874: Need a hook for thread creation and destruction in thread pool
...
Removes the following changesets:
01e24ad20f35
ebf77231b06e
f4b859edddd2
22201dfdb1f3
f8762f56712f
2c6f51bf3bed
c8ac37904c16
2008-07-25 10:21:04 -04:00
Olli Pettay
5087a8c0ab
Bug 447764, r+sr=bz
2008-07-25 16:22:04 +03:00
Olli Pettay
a045175986
Bug 332148, extractContents clones nodes when it should just cut them, r+sr=sicking, original patch by ajvincent@gmail.com
2008-07-25 13:37:37 +03:00
Olli Pettay
c36b9c2f4a
Bug 447736, Event target not necessarily cleared when re-dispatching, r+sr=bz
2008-07-25 13:32:16 +03:00
Edward Lee
30f759a462
Bug 407888 - Correcting an entry in location bar doesn't update results / awesomebar search not triggered when editing the middle of text. r=gavin
2008-07-25 01:57:54 -07:00
Robert O'Callahan
6de05b9799
Back out bug 378028 due to mochitest failures.
2008-07-25 18:09:33 +12:00
Ben Turner
1c70f7ada3
Bug 443874 - Bah, disable hanging test on windows again.
2008-07-24 22:33:53 -07:00
Ben Turner
a72186d244
Bug 443874 - Beef up windows test case to see what could be causing the hang.
2008-07-24 21:36:34 -07:00
Robert O'Callahan
5e7578fba1
Back out bug 442972 to fix DOM Inspector (bug 447042).
2008-07-25 16:32:41 +12:00
Robert O'Callahan
682bdbfd43
Bug 378028. Add an 'axis' field to DOMMouseScroll events so that we can distinguish horizontal from vertical scrolling, and use it in trees and listboxes. r=smaug,sr=sicking
2008-07-25 16:07:43 +12:00
Asaf Romano
81fadd1f7c
merge
2008-07-25 02:24:46 +03:00
Graydon Hoare
4a9ab85d0b
Bug 447844: fix build with JS_HAS_SCRIPT_OBJECT, r=mrbkap
2008-07-24 16:07:00 -07:00
Karl Tomlinson
78d8510bbe
rounding changes in nsNativeThemeGTK::DrawWidgetBackground,
...
rename aClipRect to aDirtyRect in nsITheme::DrawWidgetBackground. b=444837 r=roc
2008-07-25 11:01:59 +12:00
Boris Zbarsky
58d39f2063
A few more tests
2008-07-24 15:28:12 -07:00
Boris Zbarsky
4cea5bb510
Oh, and add this file
2008-07-24 15:21:31 -07:00
Boris Zbarsky
16ee81776c
Bug 418756. When inserting a radio, default its "checked changed" state to its existing "checked changed" state. r+sr=sicking
2008-07-24 15:19:30 -07:00
Peter Weilbacher
a0073be0d1
[OS/2] Bug 446159: Fix build break in nsPluginsDirOS2.cpp and query plugin file version (for real this time!)
2008-07-25 00:08:33 +00:00
Daniel Holbert
1e38c0e75a
Fixing a typo in a comment.
2008-07-24 14:57:28 -07:00
Ben Turner
3b974872f1
Bug 443874 - Disable test on windows until i can figure out why it's hanging.
2008-07-24 14:17:55 -07:00
Brian Crowder
923e9c7a51
merging backout
2008-07-24 14:07:05 -07:00
Brian Crowder
c0fd468fed
Backed out changeset a5fc387c4622
2008-07-24 14:05:29 -07:00
Igor Bukanov
937356a139
bug 447807 - allow to override the object dir when building js shell. r=crowder
2008-07-24 22:08:18 +02:00
Brian Crowder
56775b8e5f
Fixing a typo in a comment.
2008-07-24 12:59:11 -07:00
Brian Crowder
10b6b4d64a
Bug 384244 - Updating dtoa from David M. Gay's latest code, and refactoring to
...
accept patches from this upstream source more easily. r=mrbkap, r=igor
2008-07-24 12:43:41 -07:00
Brian Crowder
c6c5fcc43a
Bug 446494 - Number.toLocalString() doesn't handle Infinity or exponential notation correctly, r=mrbkap
2008-07-24 12:43:40 -07:00
Ben Turner
0ddc85cffa
Bug 443874 - "Need a hook for thread creation and destruction in thread pool". Forgot to bump the uuid of nsIThreadPool.
2008-07-24 11:55:23 -07:00
Ben Turner
0e8ea271fe
Bustage fix, bug 443874.
2008-07-24 11:17:42 -07:00
Ben Turner
ad99c86059
Bustage fix, bug 443874.
2008-07-24 11:10:49 -07:00
Ben Turner
6008210f62
Bug 443877 - "Need a way to point timers at a different event target". r=bsmedberg.
2008-07-24 10:20:33 -07:00
Ben Turner
d250eb5576
Bug 443874 - "Need a hook for thread creation and destruction in thread pool". r=bsmedberg.
2008-07-24 10:18:57 -07:00
Axel Hecht
3a19be2d73
bug 442279, remove firefox in-product help from the repository, r=gavin, ted
2008-07-24 19:12:25 +02:00
Mark Banner
0125e8336f
Bug 446692 do_get_file fails on Windows with ".." in the file location. patch suggested by Josh Geenen <joshgeenen+bugzilla@gmail.com> updated by me,r=ted.
2008-07-24 16:33:41 +01:00
Alexander Surkov
375fc71530
bug 445513 - Support BOUNDARY_ATTRIBUTE_RANGE now that we support text attributes, r=aaronlev
2008-07-24 17:20:39 +02:00