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

254156 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Kew 629fff9409 bug 686317 - fix format string/argument list mismatches in ARMAssembler.h. r=cdleary 2011-09-14 08:05:51 +01:00
Matt Brubeck b4bba8c7f7 Merge mozilla-central and mozilla-inbound 2011-09-13 20:58:14 -07:00
Phil Ringnalda a15784a170 No bug, fix rammedtogether words in test error message DONTBUILD 2011-09-13 20:04:13 -07:00
Matt Brubeck 7c1c2a65d9 Bug 685568 - Back out db34d544a36b; we want to keep this change after all. DONTBUILD 2011-09-13 18:24:08 -07:00
Mounir Lamouri 0d38832157 Bug 686545 - Fix build bustage with nsRefreshDriver/nsARefreshObserver not being defined. r=ehsan
The buld bustage only appears with some options being disabled in the
mozconfig. Likely, nsRefreshDriver.h is included by another hedear that isn't
included when an option is disabled.
2011-09-13 14:32:07 -07:00
Ehsan Akhgari f26beb0c40 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-13 15:43:47 -04:00
Ehsan Akhgari c8732ad9d7 Bug 686507 - Don't spam my console when processing IPDL files; r=bsmedberg
DONTBUILD
2011-09-13 15:40:27 -04:00
Ehsan Akhgari 23974947f6 Backed out changeset c9013399fa39 (bug 686247) because of mochitest-a11y failures on Linux 2011-09-13 13:29:30 -04:00
Ehsan Akhgari 4d7f2bb145 Bug 686247 - Text control frames should accept dynamic changes to the CSS overflow property; r=bzbarsky,surkov 2011-09-13 11:45:54 -04:00
Ehsan Akhgari 501895f6d6 Bug 414178 - Do not allow to inject a list outside of the active editing host; r=roc 2011-09-13 11:39:40 -04:00
Florian Hänel 59938b9537 Bug 686450 - Hard-code layout DPI on Maemo [r=mbrubeck] 2011-09-13 07:10:11 -07:00
Matt Brubeck 34029e2a44 Bug 686379 - Back out bug 660686 and bug 686379 because of problems scrolling preferences 2011-09-13 07:08:31 -07:00
Matt Brubeck 3040c911ba Merge from mozilla-inbound to mozilla-central 2011-09-13 06:31:47 -07:00
Makoto Kato 77be5533a6 Bug 685468 - warnaserr: js/src/jsinterp.cpp(6176) : warning C4805: '&=' : unsafe mix of type 'JSBool' and type 'bool' in operation. r=luke 2011-09-13 18:08:17 +09:00
Phil Ringnalda e199440602 Back out 091bdb10d017 (bug 686405) for apparently completely breaking Android 2011-09-12 23:25:01 -07:00
Doug Turner 3dd100af55 Bug 686405 - Remove push-to-debug Android debug intent, and just sleep the thread. r=snorp 2011-09-12 21:27:04 -07:00
julian.reschke@greenbytes.de 65b4b6ed3c Bug 272541: Empty disposition type treated as 'attachment'. r=jduell 2011-09-12 20:14:16 -07:00
Richard Newman 1e1a244b21 Bug 686354 - hgignore addition for Vim swap files. r=ted 2011-09-12 17:25:24 -07:00
Ed Morley bdd7b6de63 Backout changeset b8d354d37128 (bug 574005) for Linux M3 orange; a=bbondy 2011-09-13 00:49:59 +01:00
Brian R. Bondy 61dead824b Bug 574005 - Make obtaining CF_HTML directly work on Windows and Linux (application/x-moz-nativehtml); r=ehsan 2011-09-12 18:38:57 -04:00
Brian R. Bondy 2c26a7a9aa Bug 679196 - Mem leak when preferred effect is set for drag and drop; r=neil 2011-09-12 17:52:37 -04:00
Jonathan Kew a91e81a677 bug 686190 - crashtest. r=jdaggett
--HG--
rename : layout/reftests/fonts/Prototype.ttf => gfx/tests/crashtests/Prototype.ttf
2011-09-12 21:49:37 +01:00
Fabien Cazenave 911973d7e1 Bug 570144 - After pressing Enter, editable DIVs in list items are duplicated; r=ehsan 2011-09-12 15:25:38 -04:00
Ehsan Akhgari eb09d35787 Bug 680255 - Add Urdu to the list of RTL languages; r=Pike,smontagu 2011-09-12 14:30:31 -04:00
Brian R. Bondy a5b2903505 Bug 685847 - Crash in [@ ILFindLastID ]. r=jimm 2011-09-12 07:25:41 -07:00
Ehsan Akhgari dc77cf52e4 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-12 09:46:06 -04:00
Igor Bukanov 5d6e1df9fe bug 686279 - fixing GCC 4.6 warnings under js/src. r=luke 2011-09-12 11:43:47 +02:00
Jonas Sicking bd83880bfe Bug 684927 - unchecked null pointer in nsMenuBarListener::KeyUp; r=smaug 2011-09-12 14:00:59 -04:00
Jan de Mooij 657ad4aa0e Bug 686106 - Don't allocate an extra register for JSOP_MUL with constant operand. r=bhackett 2011-09-12 19:23:25 +02:00
Mats Palmgren c2d66bf09f Bug 685901 - Remove the nsTableOuterFrame::mInnerTableFrame and mCaptionFrame members in favor of accessing the child frame lists directly. r=roc 2011-09-12 09:08:07 -07:00
Mats Palmgren 15fc2f321d Bug 685154 - Cleanup nsIFrame::GetParentStyleContextFrame and related code. r=roc
Make nsCSSFrameConstructor::ConstructTable return a null frame if
creating the inner table frame fails.  Simplify some code since we can
now depend on the invariant that a properly created outer table frame
always has a non-null inner table frame.
2011-09-12 09:08:07 -07:00
Mats Palmgren 37e14b15b9 Bug 685154 - Cleanup nsIFrame::GetParentStyleContextFrame and related code. r=roc
Make nsIFrame::GetParentStyleContextFrame return the frame directly
instead of indirectly through an out parameter.  Remove the unused
nsPresContext parameter.
2011-09-12 09:08:07 -07:00
Michal Novotny 0086f64ec1 Bug 477578 - uppercase selected HTTP methods (CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT, TRACE and TRACK) and make other methods case sensitive 2011-09-12 18:00:15 +02:00
Kailas 7bb753d8be Bug 680812 - Excessive space between "280" and "KB" in download dialog; r=dolske 2011-09-12 10:24:02 -04:00
Olli Pettay 085a4c6ba3 Bug 685798 - Node.parentElement, r=bz 2011-09-11 16:05:19 -07:00
Olli Pettay 6ed0955d33 Bug 685798 - Node.parentElement, r=bz 2011-09-11 15:45:39 -07:00
Mounir Lamouri 790b0b9cf2 Bug 675201 - Attempt to wait for focus in the test before issuing keyboard events; r=ehsan 2011-09-11 11:21:09 -07:00
Ehsan Akhgari a7302c10f1 Merge mozilla-central and mozilla-inbound 2011-09-12 09:54:28 -04:00
Jonathan Kew 9f5ffce848 bug 686190 - ensure glyph buffer is flushed when necessary during synthetic bolding. r=jdaggett 2011-09-12 13:10:46 +01:00
Alex Vincent f9b5ee429a Bug 684465 - Add Reflect.parse support to xpcshell, r=jorendorff, bz 2011-09-09 15:11:00 -07:00
Steve Fink 45f59a4763 Bug 686571 - Add options javascript.options.pccounts.content and javascript.options.pccounts.chrome for controlling JSOPTION_PCCOUNTS (r=dmandelin) 2011-09-07 16:58:28 -07:00
Steve Fink e479aadc29 Bug 686571 - Check for jit->pcLengths before using (r=bhackett) 2011-09-07 17:25:25 -07:00
Steve Fink 72b02dfde4 Bug 684713 - Match full function name when giving JS shell help messages (r=cdleary)
--HG--
extra : rebase_source : 20c5e3748e7918cc19c13c09d732cc8560188762
2011-09-08 11:25:06 -07:00
Mounir Lamouri 14cb86fb7f Bug 686350 - Check in configure script that the selected Android SDK is correct. r=glandium 2011-09-13 15:35:23 -07:00
Jason Duell 84adc211f5 Bug 686558 - Get rid of gcc warning about "enumeral mismatch" in nsNetUtil.h. r=bz 2011-09-13 15:15:28 -07:00
Jason Duell cbe7faff4e Bug 682478. Wait longer to get correct filename for "save link as". r=limi 2011-09-13 15:14:01 -07:00
Ehsan Akhgari 2cb2e9f876 Backout changeset 2705abe8d3f2 (bug 686247) again because of the accessibility test failures 2011-09-13 17:42:43 -04:00
Matt Brubeck f4cbad79bb Bug 685568 - Add vertical divider between tab bar and web content (remove change that accidentally snuck in) 2011-09-13 13:01:59 -07:00
Lucas Rocha 5770abab5f Bug 685568 - Add vertical divider between tab bar and web content (r=mbrubeck) 2011-09-13 12:56:09 -07:00
Mounir Lamouri c3ab39edc6 Bug 675201 - Revert debug info given that the random orange is now fixed. r=me 2011-09-13 12:37:51 -07:00