diff browse |
1d8d2deb36442e11ebe2d601576be93caa16eb86 2010-08-04 13:58 -0700 |
Doug Turner - Bug 489813 - Fire timeout error if provider fails to response after initial response. Also cleans up test. r=olli |
diff browse |
5be15126f539fa02489e9bbb423183642f5a902d 2010-08-04 13:45 -0700 |
Robert Sayre - Merge backout. |
diff browse |
f7478476c9a5d4a650d764a967c8dedce7e5883f 2010-08-04 13:44 -0700 |
Robert Sayre - Backed out changeset c6131ed87e9c. Jason Orendorff — Bug 583262 - Remove security checks on f.prototype.constructor property at last. r=mrbkap. Causing nightly topcrash. |
diff browse |
6cc5db7e2fad25e597e40bb77ab8a2a5300248fe 2010-08-04 12:47 -0700 |
Jim Chen - Bug 576065 - Fix Android IME implementation, r=mwu a=blocking-fennec |
diff browse |
bb1553eca910b39cb6ebf96a957b538ce8f0c79d 2010-08-04 12:22 -0700 |
Jim Chen - Bug 544779 - Add script runners for selection/text notification, r=masayuki a=blocking-fennec |
diff browse |
14039bf83fe4362571bace62b325736f1c17568d 2010-08-04 12:27 -0700 |
Zack Weinberg - Bug 581579: fix error recovery in parsing of CSS priority suffix. r+a=dbaron |
diff browse |
79d6ab3394845924fc0002b318b667aff689f2b2 2010-08-02 15:40 -0700 |
Zack Weinberg - Bug 338679: mark style declarations immutable if they are stringified. r=bzbarsky a=dbaron |
diff browse |
6f0dae17da5367e45f84c32def6093d45209c21c 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 16: Don't refcount declarations and data blocks; don't have style rules hold direct pointers to data blocks. r+a=dbaron |
diff browse |
5f209226dc8660dd1cbe2084a59ed44b2b81ff9f 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 15: Always copy the entire css::Declaration before changing it in any way. r=dbaron |
diff browse |
b73684ea21afa6d6d8355a7f92f6e076e81f4f31 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 14: replace DeclarationChanged() with SetCSSDeclaration(), which takes the new declaration as an argument. r=dbaron |
diff browse |
8ede5dd08c7fd80df7e7cff6a3b6076d752e0000 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 13: move nsCSSParser methods that manipulate data blocks into the appropriate nsCSS*DataBlock classes. r=dbaron |
diff browse |
dfe343ccd1907d6de88ae28e810794b25cdbf435 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 12: replace nsCSSParser::ClearTempData with explicit use of mTempData.ClearProperty (and make that method handle shorthands). r=dbaron |
diff browse |
794e9603cbbf7c8bb3264d1266d0365830f08e37 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 11: take the fast path in ParseProperty for !important replacing !important, as well as normal replacing normal. r=dbaron |
diff browse |
3649275f5d64f8caa97b93f60f9cad9d5c593c7c 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 10: refactor parsing of !important and the end of a property declaration. r=dbaron |
diff browse |
0d351a1bae2bb4731d1e4845ced2f12458e913f3 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 9: remove return value from css::Declaration methods that always return NS_OK, and change GetCSSDeclaration to return a css::Declaration instead of an nsresult. r=dbaron |
diff browse |
1ff1c94e6153b002a9ffaef83bc8886020b177ee 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 8: forward to nsStyledElement::GetStyle from nsXULElement::GetStyle. r=bzbarsky |
diff browse |
6d6e4fea65296b07719b1a9668d2234b299581b4 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 7: Add AppendToString methods to nsCSSRect and friends as well, replacing Declaration::AppendStorageToString. r=dbaron |
diff browse |
aa2c754aff8b8e588c3cb0e80b82bafc4f17fe6f 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 6: Move Declaration::AppendCSSValueToString into nsCSSValue. r=dbaron |
diff browse |
ae6c685d5a378f82eb4c8caf5eafe30e35fdfc1c 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 5: in nsCSSValueList and nsCSSValuePairList, convert Equal() to operator==, and remove unnecessary argument from Clone(). r=dbaron |
diff browse |
cf6990d475299e59d4c71d28414624392ff1efad 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 4: Move nsCSSExpandedDataBlock::RuleDataPropertyAt into struct nsRuleData. r=dbaron |
diff browse |
9c9fba3c49a639b9ab2c2a62bf743f6672953392 2010-07-23 11:00 -0700 |
Zack Weinberg - Bug 569719 part 3: collapse nsDOMCSSDeclaration::ParseDeclaration into its sole caller (nsDOMCSSDeclaration::SetCSSText); remove always-constant flag arguments to nsCSSParser::ParseAndAppendDeclaration; rename that method to ParseDeclarations. r=dbaron |
diff browse |
3166fda7d54d768cc543eeb94d84799a71ce2589 2010-08-04 15:16 -0400 |
Josh Aas - Fix a problem in which we fail to load an enabled plugin just because a disabled plugin is a MIME handler for the same MIME type. b=581848 r=jst |
diff browse |
40aea46474a930084a427e72730c9c5ad455f310 2010-04-21 12:46 +0930 |
Josh Matthews - Bug 559200 - e10s HTTP: Buffer incoming IPDL necko messages. r=dougt |
diff browse |
c1668426cb7f53d9007aa5c28c2a61ede5205201 2010-08-04 15:00 -0400 |
Jeff Muizelaar - Bug 584400. cairo: Fix dash arrays with D2D |
diff browse |
4b801de1074a16c752f6e06b025e55894a990752 2010-08-04 14:59 -0400 |
Ehsan Akhgari - Bug 577518 - Stack exhaustion on startup with accessibility enabled and default browser dialog not yet answered; r=jst a=blocking2.0+ |
diff browse |
440a4bfe2f5f97bc79748b47a5b46911da989e19 2010-07-20 09:21 -0400 |
Ehsan Akhgari - Bug 580151 - Part 3: crashtest; r=roc |
diff browse |
c87965964a171305edd0d89cbf9e6e8fe5d9fdfc 2010-07-20 09:18 -0400 |
Ehsan Akhgari - Bug 580151 - Part 2: Make sure that we decrement the counter even if creating a selection state or saving it fails; r=roc |
diff browse |
6a75787301c453bbb52263b6eede86eb1c2271bf 2010-07-20 09:04 -0400 |
Ehsan Akhgari - Bug 580151 - Part 1: Move the increment up in case the call to nsIEditor::GetSelection fails and we bail out early; r=roc |
diff browse |
767706ccb547952b3555063b3b487a97d9f30b6c 2010-06-29 20:15 -0400 |
Ehsan Akhgari - Bug 286382 - Don't load DLLs from the current directory; r=vlad |
diff browse |
caec0c83740f1785c8e0f05c58a5fae32ab770eb 2010-07-26 15:59 -0400 |
Josh Matthews - Bug 580450 - Clean up IPC::URI. r=dwitte |
diff browse |
6d75d4e390b707a173311581aa68042ff6b5b1fa 2010-08-04 11:38 -0700 |
ffxbld - Bug 583967. Beta3 version bump. r=nthomas |
diff browse |
a0694218d21e81f84dc8278eaa78c0c869f98990 2010-08-04 14:31 -0400 |
Benjamin Smedberg - Bug 583576 - Range requests on an embedded or fullpage stream causes the stream to be destroyed prematurely because we don't record the mPendingRequests on the nsPluginStreamListenerPeer, r=josh |
diff browse |
9596a5ba839cda8b826aeb4918730efa6beb172c 2010-08-04 10:32 -0700 |
Sudarsana Nagineni - Bug 584235 - Fennec not resized correctly in portrait mode on Meego. r=dougt |
diff browse |
9d6ade99335fbe17c5d3f69ce9b72c8792377ca0 2010-08-03 13:22 -0700 |
Doug Turner - Bug 517655 - Support for libProxy - Part 3. More Build Changes. js system headers update r=dougt |
diff browse |
87df83f1ce2c3d1fc9f522a8561100edc531d449 2010-08-03 13:17 -0700 |
Steffen Imhof - Bug 583293 - Prevent the VKB from poping up in cases where focus is quickly changed r=dougt |
diff browse |
a73ba51c5b1d7459dbb7c6631458f941bcdf92b1 2010-08-03 11:33 -0700 |
jeremias bosch - Bug 582371 - Enable VKB in Maemo 6 / Meego Qt Version. r=dougt |
diff browse |
c113774394aea7e1272f426c2a9590073031a3d5 2010-08-03 11:01 -0700 |
Mike Kristoffersen - Bug 5612334 - QGraphicsWidget::keyPressEvent has an error that makes us invert case when typing. r=dougt |
diff browse |
07133c9069622b488682b9ee5e83c8c8580003ef 2010-08-03 10:51 -0700 |
Tatiana Meshkova - Bug 583872 - MozQWidget crashes if touch is received after its nsWindow destroyed. r=romaxa |
diff browse |
c804ab5d92d1e0fcc91db22f3ebaf659e21ef5b5 2010-08-03 10:44 -0700 |
Steffen Imhof - Bug 583152 - Improved support for the VKB on MeegoTouch. r=dougt |
diff browse |
80e59d5d7299f9f11bf6851b750b3045d86f82fe 2010-08-03 10:44 -0700 |
Steffen Imhof - Bug 583148 - Use MeegoTouch widget instead of basic Qt widgets when MeegoTouch is enabled r=dougt |
diff browse |
2d0a5af9e11f6002081176d6f32a55e49379a543 2010-08-03 10:44 -0700 |
Wolfgang Rosenauer - Bug 517655 - Support for libProxy - Part 2. Implementation. r=dougt |
diff browse |
9a616c369203fc2e09f3e8e57217dce5eb44278c 2010-08-03 10:44 -0700 |
Wolfgang Rosenauer - Bug 517655 - Support for libProxy - Part 1. Build Changes. r=khuey |
diff browse |
cb95b8d67bdd4a07d5c093cb85a1106f9e6574d8 2010-08-03 10:44 -0700 |
Oleg Romashin - Bug 578618 - Remove high_watermark check on maemo > 5. r=dougt |
diff browse |
3e77780b80723c718bc1409887c057a626c078a5 2010-08-03 10:44 -0700 |
Jan Arne Petersen - Bug 583179 - Make sure meego touch is only used in parent process. r=dougt |
diff browse |
7bc91dfa47aac81c277f9c1b3f5406257f38460f 2010-08-04 10:48 -0700 |
ffxbld - Added tag FIREFOX_4_0b3_RELEASE for changeset 1fdcff2dbfdf. CLOSED TREE |
diff browse |
057d216dd9649cd7b346a11eb4870375c01af0b9 2010-08-04 10:47 -0700 |
ffxbld - Added tag FIREFOX_4_0b3_BUILD1 for changeset 1fdcff2dbfdf. CLOSED TREE |
diff browse |
1fdcff2dbfdf77e04c8d9a4b302c67ebe19f34ac 2010-08-04 10:47 -0700 |
ffxbld - Automated checkin: version bump remove "pre" from version number for firefox 4.0b3 release on GECKO20b3_20100804_RELBRANCH CLOSED TREE |
diff browse |
2f187db8f5f62b36c0ea2a9129530bf710312989 2010-08-04 18:06 +0200 |
Axel Hecht - bug 583258, adding Danish and Hungarian, too, a=beltzner, CLOSED TREE |
diff browse |
c761f8e85b8c890441f16d4f92c2c4bbbfb19f55 2010-08-04 00:47 -0700 |
Robert Sayre - Merge tracemonkey to mozilla-central. (CLOSED TREE) |
diff browse |
e866db9165efd9fcad476ef3f2a2d33ed968db8b 2010-08-03 22:06 -0700 |
Luke Wagner - Bug 584158 - ensure that typed arrays cannot produce non-canonical nans (r=gal) |
diff browse |
8cae6d5cd69cd006d933f8d83a22bcd4f34bac01 2010-08-03 21:14 -0700 |
Tom Austin - Bug 584265 - Fix Narcissus error message format. r=gal. |
diff browse |
149dce60ae60c7e346a5be0fcc348695b8498b9a 2010-08-03 20:48 -0700 |
Nicholas Nethercote - Update nanojit-import-rev stamp. |
diff browse |
62e0a9c018299549d4060b80b99d359982312fe7 2010-08-03 20:39 -0700 |
Andreas Gal - Bug 580534 - implement LIR_cmovd. r=nnethercote. |
diff browse |
cc645910e1fab8d88c35e2ecd713d5a96680febb 2010-07-29 19:10 -0700 |
William Maddox - Bug 570276 - Fix code generation for address load on SPARC (r=leon.sha+) |
diff browse |
ea977d4cd722018c74f548be156534e1635bf062 2010-07-28 17:06 -0700 |
Nicholas Nethercote - Bug 582191 - nanojit: fix formatImm[IQ] bogons. r=edwsmith. |
diff browse |
ab3e0cc11532b3bab0340021e64a2126a483eb33 2010-07-28 11:24 -0400 |
Edwin Smith - Fixed initialization of Assembler::nHints (bug 581702, r=nnethercote+) |
diff browse |
7d974430532a8d58a4972caa775fa1199ca7fa98 2010-07-28 13:44 +0200 |
Jacek Caban - Bug 569819 - Fix nanojit compilation failure on mingw-w64. r=edwsmith |
diff browse |
cf6be22b1ebc9d8b2a7c7a62821cf3bce5251188 2010-07-28 13:40 +0200 |
Jacek Caban - Bug 573341 - Wrong AVMPLUS_ALIGN16 declaration on mingw r=dvander |
diff browse |
77ad24a32c72bffbc699e0a7bdc0d302ad889793 2010-08-03 17:15 -0700 |
Tom Austin - Refactored Narcissus to use the module pattern (bug 583913, r=pwalton) |
diff browse |
6a950b735a847d5e0e21bd391007d4912e4befbf 2010-08-03 14:05 -0700 |
Neil - Bug 581909 - Don't pass -safeseh to ml64 because the behaviour is buggy. r=dwitte |