Commit Graph

75646 Commits

Author SHA1 Message Date
Mark Finkle
2d384ca84a Bug 682326 - Disable method jit for chrome [r=mbrubeck] 2011-08-26 13:46:06 -04:00
Mounir Lamouri
7a32b32d47 Bug 675201 - Some debug outputs for intermittent orange investigation. rs=ehsan 2011-08-26 18:57:11 +02:00
Mark Finkle
fbb2525235 Bug 678748 - Add tests for textbox context menu [r=mbrubeck] 2011-08-24 17:24:47 -04:00
Ehsan Akhgari
46e980489f Backout changeset a8199bd4af83 because it was not the right fix for bug 680277 2011-08-26 11:27:19 -04:00
Mounir Lamouri
47ba6f0cd0 Bug 682239 - Tests all HTMLFormElement attributes reflection. r=Ms2ger 2011-08-26 16:30:02 +02:00
Brian R. Bondy
c8c1e2504f Bug 576867 - Firefox is already running, but is not responding window icon. r=neil 2011-08-26 09:03:26 -04:00
Marco Bonardo
6cd458144c Bug 666558 - Increase SQLITE_MAX_SCHEMA_RETRY value.
r=sdwilsh
2011-08-26 13:51:05 +02:00
Marco Bonardo
a51b3d5967 Bug 666420 - Upgrade to SQLite 3.7.7.1 - Force using fsync on Android.
r=sdwilsh
2011-08-26 13:43:45 +02:00
Marco Bonardo
f385bb121a Bug 666420 - Upgrade to SQLite 3.7.7.1 - Telemetry VFS shim update.
r=sdwilsh
2011-08-26 13:43:15 +02:00
Marco Bonardo
df1dfcfd27 Bug 666420 - Upgrade to SQLite 3.7.7.1 - Mozilla changes.
r=sdwilsh
2011-08-26 13:38:54 +02:00
Marco Bonardo
f04ca846ab Bug 666420 - Upgrade to SQLite 3.7.7.1 - SQLite changes.
rs=sdwilsh
2011-08-26 13:38:28 +02:00
Marco Bonardo
807199a534 Bug 681660 - [win] GetDiskSpaceAvailable doesn't work on files.
r=jimm
2011-08-26 13:29:45 +02:00
Mounir Lamouri
40b271b155 Bug 681667 - Create a test_form_attributes_reflection.html with novalidate check. r=Ms2ger
The other attribute reflection tests will be done with bug 682239.
2011-08-26 11:43:23 +02:00
Ed Morley
a31b5adc78 Merge last green changeset of m-c to m-i 2011-08-26 10:26:46 +01:00
Ben Turner
47b4c0a8d0 Bug 681930, r=sicking. 2011-08-26 01:21:35 -07:00
Randell Jesup
715f7b87ae Bug 682031: Add another old nsIURI IID to the hack in nsBinaryStream to fix sessionrestore r=dholbert r=bz 2011-08-26 02:24:43 -04:00
Nicholas Nethercote
39080ab9ef Bug 681161 - Shrink nsCSSCompressedDataBlock on 64-bit platforms. r=dbaron. 2011-08-25 23:05:55 -07:00
Boris Zbarsky
7d2d7a386f Bug 682051. Optimize textframe to handle horizontal resizes of large runs of text better. r=roc
This change does two things:

1) Makes sure that we don't clear textruns when removing continuations due to
an earlier consideration expanding to contain all their text.

2) Remove continuations in chunks to work around the fact that blocks are
really bad at handling single frame removals.
2011-08-25 23:29:24 -04:00
Brian R. Bondy
938459ac39 Bug 600556, 670466, 549468 - Temporarily disable new android reftests. r=philor 2011-08-25 23:14:33 -04:00
Matt Brubeck
406f4c2d45 Bug 672411 - Minor refactoring of default values for viewport height/width [r=lucasr] 2011-08-25 19:17:50 -07:00
Ed Morley
931f3fdad4 Merge last green changeset on m-i to m-c 2011-08-26 02:17:14 +01:00
Mark Finkle
1acfdb7f85 Bug 682073 - AndroidBridge uses wrong method for calling setClipboardText [r=dougt] 2011-08-25 16:35:37 -04:00
Matt Brubeck
89fa7b3459 Bug 679472 - Hide actionbar spacer in non-tablet theme [r=wesj] 2011-08-25 13:00:06 -07:00
Rob Campbell
b2291de6ba merge fx-team to m-c 2011-08-25 15:31:27 -03:00
Kyle Huey
18452e06eb Merge b-s to m-c. 2011-08-25 08:19:48 -04:00
Marco Bonardo
01583193e9 Merge last green changeset from mozilla-inbound to mozilla-central 2011-08-25 13:26:15 +02:00
Raymond Lee
bc0dd8b1ff Bug 681599 - Ctrl+T while in search mode should close search layer; r=ttaubert 2011-08-25 18:53:40 +08:00
Makoto Kato
fc11948d1b Bug 657129 - Flash x64 Crash on GMail. r=cjones 2011-08-26 09:59:57 +09:00
Tim Taubert
18b9bd96e8 merge the last green changeset on m-c to fx-team 2011-08-25 11:19:18 +02:00
Ms2ger
502f40dc70 Bug 680696 - Remove nsPSPrinterList::Init; r=roc 2011-08-25 10:46:02 +02:00
Alfred Kayser ext:(%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
944c74ce98 Bug 537223 - Cleanup gfxColor.h; r=jrmuizel 2011-08-25 10:46:01 +02:00
Ms2ger
34e16a2126 Bug 681615 - Move a couple of tests from content/html/content/test to content/html/content/test/forms; r=mounir
--HG--
rename : content/html/content/test/test_bug555840.html => content/html/content/test/forms/test_datalist_element.html
rename : content/html/content/test/test_bug556007.html => content/html/content/test/forms/test_input_list_attribute.html
rename : content/html/content/test/test_bug345624-2.html => content/html/content/test/forms/test_maxlength_attribute.html
rename : content/html/content/test/test_bug345624-1.html => content/html/content/test/forms/test_validation.html
2011-08-25 10:45:53 +02:00
Ed Morley
1eeeb8a78f Merge tip of m-c to m-i (will need clobber) 2011-08-25 08:45:33 +01:00
Ben Turner
2030111845 Bug 677273 - 'Crash in mozilla::dom::workers::WorkerPrivate::RescheduleTimeoutTimer'. r=sicking. 2011-08-26 00:34:10 -07:00
Blair McBride
017b56a5c4 Bug 678761 - Add-on selection UI footer may not always look good on non-aero themes. r=dao 2011-08-25 17:50:43 +12:00
Blair McBride
f7d623c33b Backed out changeset 6fd779fb622d due to orange 2011-08-25 17:49:46 +12:00
Jared Wein
b79972debd Bug 462117 - Reducing the number of visible controls when the video is too small. r=dolske 2011-08-24 18:34:00 -07:00
Matheus Kerschbaum
e35d718807 Bug 403616 - Remove --enable-application=standalone build option. r=callek 2011-08-25 02:18:22 +01:00
Ed Morley
1cf0ed230b Merge last green changeset of mozilla-inbound to mozilla-central 2011-08-25 01:09:05 +01:00
Tatiana Meshkova
2ebf98b216 Bug 589982 - gfxQtPlatform::CreateFontGroup fails to build with --disable-pango; r=romaxa 2011-08-24 16:19:15 -07:00
Martijn Wargers
290a856f0f Bug 645756 - Disable zooming for frameset pages; r=mbrubeck 2011-08-26 01:20:59 +01:00
Jason Orendorff
4f3fd3a83e Back out changeset 28dd46b9ee31 (bug 679031) because the test is failing on all the buildbots. 2011-08-25 18:32:35 -05:00
Dave Camp ext:(%2C%20Jason%20Orendorff%20%3Cjorendorff%40mozilla.com%3E)
db9e3ebada Expose jsdbg2 Debugger object as a C.u.import-able module. Bug 679031, r=ted, sr=bsmedberg.
--HG--
rename : toolkit/components/ctypes/ctypes.jsm => js/ductwork/debugger/jsdebugger.jsm
2011-08-25 16:38:30 -05:00
Jim Blandy
75d3325ec6 Bug 679136: Use js::Interpret's interrupts to implement JSOPTION_PCCOUNT's bytecode profiling. r=sfink. 2011-08-25 16:36:50 -05:00
Matt Brubeck
15f3d3edd9 Bug 682037 - Stop using .window-width for fullscreen video [r=stechz] 2011-08-25 13:45:15 -07:00
Matt Brubeck
4f572a48bd Bug 682037 - Allow the browser width to be different from the window width [r=stechz] 2011-08-25 13:44:25 -07:00
Matt Brubeck
b1e1929662 Bug 682037 - Remove unnecessary window-width/height classes in browser.xul [r=stechz] 2011-08-25 13:44:07 -07:00
Brian R. Bondy
502dfd636b Bug 549468 and Bug 670466 - Reftests for ICO and BMP encoders. r=joe 2011-08-25 16:09:06 -04:00
Brian R. Bondy
edde7424a8 Bug 549468 - Add basic support for .ico icon encoder. r=joe 2011-08-25 16:09:05 -04:00
Brian R. Bondy
af4638202b Bug 670466 - Expose image encoder options to canvas.toDataURL. r=smaug 2011-08-25 16:09:05 -04:00