Commit Graph

193780 Commits

Author SHA1 Message Date
Andrew Schultz
ce1b54f561 Bug 442125 ensure focus test failing, but no other tests failing (on unittest VMs). r=ted 2008-07-27 16:28:26 -04:00
Serge Gautherie
1c02d218e7 Bug 225740 – utilityOverlay.js needs cleaning
p=sgautherie r=mano
2008-07-27 21:25:59 +01:00
Anoop Saldanha (Poona)
8669b235bb Bug 445021 - Add more functions in DM's utils.js for chrome tests.
This adds a number of common functions to the utils.js file used by the download
manager chrome tests.
r=sdwilsh
2008-07-27 14:40:15 -04:00
Ted Mielczarek
d11393fc07 bustage fix from bug 444103 2008-07-27 13:50:09 -04:00
Ted Mielczarek
928957aab8 bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg 2008-07-27 13:18:36 -04:00
Ted Mielczarek
c445787140 bug 444103 - add ability to add string-formatted notes to crash report. r=bsmedberg 2008-07-27 13:08:03 -04:00
Ted Mielczarek
21d004eaac bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg 2008-07-27 13:06:58 -04:00
Ian Neal
d4c933c660 Bug 447776 – Hang with word-wrap: break-word and width: 0px
with testcase and crashtests
p=smontagu r/sr=roc
2008-07-27 17:43:07 +01:00
Markus Stange
882f519fe4 Bug 446463 - DrawWidgetBackground can't snap to pixels properly, remove translation. r+sr=roc. 2008-07-27 18:08:51 +02:00
Brad Lassey
751ab7c99d relanding Bug 441636 after bad backout 2008-07-27 09:44:20 -04:00
Brad Lassey
f8390d61c6 Bug 441636 - Fix compilation on non-dbus platforms 2008-07-27 09:40:14 -04:00
Brad Lassey
a5f91522f2 Merge of backout 2008-07-27 09:27:42 -04:00
Brad Lassey
9a564dc498 Back out of bug 441636 2008-07-27 09:26:54 -04:00
Brad Lassey
142e6e0722 Bug 445918 - Setting xr version in deb package to gre version + buildid r=ted 2008-07-27 08:58:48 -04:00
Brad Lassey
4ab5f71126 Bug 441636 - Store and retrieve DBus handler apps correctly r=biesi 2008-07-27 08:56:22 -04:00
Brad Lassey
2529daf9db Bug 441636 - Add support for mailto uri, use hildon actions as protocol handler lookup r=biesi 2008-07-27 08:54:30 -04:00
Brad Lassey
8ca993ac1b Bug 441636 - Add support for DBus Handler Apps r=biesi 2008-07-25 12:36:07 -04:00
Bob Clary
fd044e0ccf JavaScript Tests - regression test for bug 438415, by Jesse Ruderman 2008-07-26 21:13:30 -07:00
dougt@dougt-xubuntu
5668fb4679 Fixes bugs 446089, 445267. adds a nsIdleService for OSSO and exposes osso functionality. This is a linux only change. r=stuart 2008-07-25 14:34:30 -07:00
L. David Baron
06471ec4f7 Oops, used the wrong todo function. 2008-07-26 12:56:49 -07:00
L. David Baron
c1a0b63c6c Mark two test items as known to fail on Windows; failure filed as bug 448132. 2008-07-26 10:58:24 -07:00
L. David Baron
8b023b33e7 Fix a bunch of issues relating to dynamic changes of border images. (Bug 445810) r=robarnold sr=bzbarsky 2008-07-26 09:14:49 -07:00
L. David Baron
a412906fd9 Handle effects of medium feature changes on XBL style sheets. (Bug 156716) r+sr=bzbarsky 2008-07-26 09:14:49 -07:00
L. David Baron
b94fbe6dd3 Fold DoParseMediaList into ParseMediaList, since it is no longer necessary now that we don't do special parsing for media lists in HTML. (Bug 156716) r+sr=bzbarsky 2008-07-26 09:14:49 -07:00
L. David Baron
6debcd0db4 Tests for css3-mediaqueries. (Bug 156716) r+sr=bzbarsky 2008-07-26 09:14:49 -07:00
L. David Baron
b9b034b9b5 Fix media queries calculation of screen size for at least multi-monitor mirroring cases (where test_media_queries fails). (Bug 156716) r+sr=roc 2008-07-26 09:14:49 -07:00
L. David Baron
322dde9400 When propagating flushes up to the parent document, promote style flushes into layout flushes, since media queries mean that to get the correct style we need our container to be the correct size. (Bug 156716) r+sr=bzbarsky 2008-07-26 09:14:49 -07:00
L. David Baron
2e85f85f78 Implement Media Queries, part 4: infrastructure for dynamic change handling at the pres context level. (Bug 156716) r+sr=bzbarsky 2008-07-26 09:14:48 -07:00
L. David Baron
8cd01e114a Implement media queries, part 3: infrastructure for dynamic change handling at the rule processor and style set level. (Bug 156716) r+sr=bzbarsky 2008-07-26 09:14:48 -07:00
L. David Baron
907424839d 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
b8715023f7 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
62b65d2845 Implement Media Queries. (Bug 156716) r+sr=bzbarsky 2008-07-26 09:14:48 -07:00
L. David Baron
0169af2ccf 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
593912e502 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
5170340487 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
3ef7e52a36 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
fc229845b3 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
159ef29e28 Backed out changeset 297420bcddde (accidentally committed) 2008-07-25 16:58:40 -04:00
Ted Mielczarek
2ade464d1d bug 444103 - add ability to add string-formatted notes to crash report 2008-07-25 16:54:41 -04:00
Ben Hearsum
0bb63aeb51 Added tag FIREFOX_3_1a1_BUILD2 for changeset afc4ee509d9c 2008-07-25 12:59:49 -04:00
Ben Hearsum
42806da2e8 Added tag FIREFOX_3_1a1_RELEASE for changeset afc4ee509d9c 2008-07-25 12:59:33 -04:00
Ben Hearsum
bf94eedb30 Added tag FIREFOX_3_1a1_RELEASE for changeset c1d7e318a275 2008-07-25 12:57:18 -04:00
Ben Hearsum
81167dd85f Added tag FIREFOX_3_1a1_BUILD2 for changeset c1d7e318a275 2008-07-25 12:57:09 -04:00
Dave Townsend
a84af9146a Merge commit from 3.1a1 release branch 2008-07-25 12:43:43 -04:00
Johnny Stenback
8cea9134f0 Bug 444963: Java hangs browser. Release branch landing. r+sr=peterv 2008-07-25 12:42:08 -04:00
Dave Townsend
8fd7de1191 Bug 401229: Reduce Extension Manager flushing during startup. r=robstrong 2008-07-25 12:23:25 -04:00
Dave Townsend
a8377f4246 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
b6dd5e6bb6 Bug 447764, r+sr=bz 2008-07-25 16:22:04 +03:00
Olli Pettay
9ff707bf04 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
77e571ab92 Bug 447736, Event target not necessarily cleared when re-dispatching, r+sr=bz 2008-07-25 13:32:16 +03:00