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

268402 Коммитов

Автор SHA1 Сообщение Дата
Margaret Leibovic e0d396900c Bug 743227 - "Always show" does not display the popoups until a page reload. r=mbrubeck 2012-04-06 09:58:03 -07:00
Jason Duell d8e747c9ba Bug 705796 - telemetry data on how often cache is corrupt at startup. r=michal 2012-04-06 13:10:32 -07:00
Dão Gottwald 0dbfd85588 Bug 723953 - Fennec chrome scripts and tests leak global variables. r=mbrubeck 2012-04-06 22:02:15 +02:00
Dão Gottwald 8e7bf30228 Bug 742645 - Adding exception accidentally allowed in framed certificate error page. r=mak 2012-04-06 21:34:13 +02:00
Terrence Cole 8576312a1c Bug 743047 - Make the script atoms HeapPointers; r=billm
These are only initialized and then read from, but we need to barrier the init
so that we will have a remembered set entry for atoms that are in the nursery.

--HG--
extra : rebase_source : 9a5a1eb3e0c76d4624a978627ff901d336b0c540
2012-04-05 15:54:57 -07:00
Joey Armstrong 92ed04c94f Bug 741839 - Consolidate wildcard calls in client.mk. r=ted 2012-04-06 14:07:46 -04:00
Takanori MATSUURA bd9ba0040a Bug 737006 - Use internal ply only if needed. r=khuey 2012-04-06 14:06:52 -04:00
David Rajchenbach-Teller 5996ca7f8c Bug 718938 - Add RAII helper to mfbt. r=waldo,luke,cjones 2012-04-06 11:16:33 +02:00
Kai Engert 6f30f56e82 Bug 741135, update Mozilla to NSS 3.13.4. Landing final version numbers, no code change. r=wtc 2012-04-06 17:39:22 +02:00
Dave Townsend 5510693793 Bug 738790: Add mozglue to dependentlibs.list to fix xulrunner stub loading. r=glandium 2012-04-06 08:26:38 -07:00
Margaret Leibovic e0639aa0ca Remove debugging line accidentally added in 67b54e87e03e (no bug) 2012-04-06 08:08:24 -07:00
Brian Smith b8dc15920a Bug 743076 - Suppress warning warning C4355: 'this' : used in base member initializer list in HttpChannelChild and FTPChannelChild, r=cbiesinger 2012-04-05 00:03:14 -07:00
Asaf Romano 47857df1e6 Bug 739451 - Don't rely on XPConnect-magic for getting the owner window of a places view (Required for compartment-per-global work). r=mak 2012-04-06 16:43:54 +03:00
Mike Hommey daaf05e1f0 Backout bug 644608 for subtly breaking layout/media build 2012-04-06 13:57:24 +02:00
Mike Hommey 992829aa6e Fixup for windows builds after bug 644608. rs=Ms2ger 2012-04-06 13:36:37 +02:00
Ms2ger 67cc85db28 Backout bug 742805, 742778, 742775, 740974, 742765, 742761, 742092, 722197 for leaks. 2012-04-06 13:10:30 +02:00
Vivien Nicolas 452d6c8f14 Bug 722197 - Add a preference to map some domain names to localhost. r=mcmanus 2012-04-06 03:12:18 -07:00
Vivien Nicolas 30dbe64f2e Bug 742092 - Bridge the permission prompt to the content using the homescreen messaging API. r=fabrice 2012-04-06 03:12:18 -07:00
Vivien Nicolas 88ce490e48 Bug 742761 - Remove some warnings in b2g/. r=fabrice 2012-04-06 03:12:18 -07:00
Vivien Nicolas 8568ac0e30 Bug 742765 - this._indexedDB is undefined in SettingsManager.js. r=gwagner 2012-04-06 03:12:18 -07:00
Vivien Nicolas 6f5f3f6e70 Bug 740974 - toolbar currentSet setter needs to return 'val' when returning early. r=dao 2012-04-06 03:12:18 -07:00
Vivien Nicolas 5bc7aae6bc Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon 2012-04-06 03:12:18 -07:00
Vivien Nicolas f3b5badf83 Bug 742778 - Turn off the debug mode by default for dom/wifi. r=mrbkap 2012-04-06 03:12:18 -07:00
Vivien Nicolas d435106df9 Bug 742805 - Do not dump ril socket failures on a desktop build with --enable-b2g-ril. r=philikon 2012-04-06 03:12:18 -07:00
Michael Wu 9ee4c98335 Bug 741038 - Dumb down mt touchscreen detection, r=cjones 2012-04-06 03:01:07 -07:00
Jacek Caban c7a0b43a81 Bug 742281 - Append instead of assigning OS_LIBS in xpcom/tests/windows/Makefile.in r=glandium 2012-04-06 11:13:28 +02:00
Jacek Caban bcc36a72c4 Bug 742357 - Use macros to declare nsIMutationObserver functions in nsMutationReceiver r=smaug 2012-04-06 11:12:59 +02:00
Mike Hommey 6c18cf3860 Bug 644608 - Implement full dependencies for expandlibs. r=ted 2012-03-31 09:24:39 +02:00
Mike Hommey ca56e22619 Bug 741287 part 2 - Fix layout/build/Makefile.in for missing libraries. r=ted 2012-04-06 10:17:47 +02:00
Mike Hommey f72bc25505 Bug 741287 - Make expandlibs_gen.py error out when given a missing file. r=ted 2012-04-06 10:16:25 +02:00
Aryeh Gregor 58500691c7 Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan 2012-04-04 15:30:33 +03:00
Aryeh Gregor 342965bb6e Bug 317093 part 2 - execCommand() should remove <strong>, <em>, and <s> as well as <b>, <i>, <strike>; r=ehsan 2012-04-04 14:47:13 +03:00
Aryeh Gregor ef2365e614 Bug 317093 part 1 - Avoid spurious UNEXPECTED-FAILs in test_richtext2 when fixing expected fails; r=ehsan 2012-04-04 14:46:04 +03:00
Aryeh Gregor f947c86002 Bug 316447 - execCommand("insertHorizontalRule") should not set height/width; r=ehsan 2012-04-04 13:47:36 +03:00
Richard Newman 4cf57b304c Merge m-c to m-i. 2012-04-05 22:06:41 -07:00
Makoto Kato 48061f5c96 Bug 716354 - freetype2 detection doesn't consider cross-compiling. r=glandium 2012-04-06 11:36:24 +09:00
Chenxia Liu f6f94ebc79 Bug 742700 - Null URI crash in canceling J-PAKE. r=rnewman 2012-04-05 19:25:34 -07:00
Richard Newman 8ca6e187d8 Bug 736348 - Child positioning hits sqlite limits. r=lucasr 2012-04-05 19:25:34 -07:00
Nick Alexander 90145577f2 Bug 735083 - batch inserts into Fennec history provider. r=rnewman 2012-04-05 19:25:34 -07:00
Boris Zbarsky ee79d7d84b Bug 742549. Add a .crossOrigin IDL property. r=sicking
Note that the content attribute is crossorigin (lowercase) in SVG, hence the need to have different
content and IDL property names in the test.
2012-04-05 22:24:42 -04:00
Hub Figuière 61a15be5de Bug 743114 - Regression: Autocomplete role should be ignored on Mac. r=tbsaunde 2012-04-05 18:49:43 -07:00
Terrence Cole 6cbec49cd2 Bug 730452 - Trigger post barriers on moveDenseArrayElements; r=billm
We cannot do this per-element because it is too slow.  Instead we have a special
storebuffer entry for this case so we can do all work at gc time.

--HG--
extra : rebase_source : 7e48184d38b442b2bdba38553cf93f9d629debf1
2012-04-05 17:56:53 -07:00
Mark Hammond 00830bb88b Bug 737245 followup: backout chunk of pymake that slipped in with this bug's patch. DONTBUILD 2012-04-06 10:31:47 +10:00
Jim Blandy ef32c48bf1 Bug 733461: Implement the 'query' parameter of Debugger.prototype.findScripts. r=jorendorff 2012-04-05 17:10:44 -07:00
Bill McCloskey 7ac37189bb Bug 739899 - Fix clang warning (rs=terrence) 2012-04-05 17:05:34 -07:00
Bill McCloskey 47a4fb0311 Bug 739899 - Fix orange 2012-04-05 16:50:40 -07:00
Terrence Cole 944d8aa687 no bug: Warning fix at predeclaration of AutoCompartment; r=jorendorff 2012-04-05 16:31:26 -07:00
Serge Gautherie 0556412b21 Bug 740769. (Av1) Fix multiple issues in test_bug325418.js. r=bzbarsky. 2012-04-05 22:59:38 +02:00
Serge Gautherie 184c3bd70a Bug 637101. (Bv1) Add a 1 second delay before calling killTest(), Fix bug 647323 regression, Remove extra ';' and spaces. r=ted.mielczarek. 2012-04-05 21:00:02 +02:00
Rail Aliiev 45277ed18c Bug 738349 - PGP signature file missing http://releases.mozilla.org/pub/mozilla.org/firefox/releases/11.0/mac/en-US/. r=ted 2012-04-05 14:18:45 -04:00