Commit Graph

130277 Commits

Author SHA1 Message Date
David Zbarsky
66bd868e95 Bug 866575: Throw when creating a pattern with a large source r=nrc, mattwoodrow 2013-05-01 22:04:08 -04:00
Reuben Morais
c8c99446eb Bug 863704 - Make global-constructor and navigator-property categories respect a preference. r=jst 2013-05-01 18:44:44 -07:00
Luke Wagner
c625507384 Bug 865960 - JS OOM should throw instead of silently stopping execution (r=billm)
--HG--
extra : rebase_source : 39eb34b736e142bb40b68ec25f335ed6283a1570
2013-05-01 11:04:06 -07:00
Brian Hackett
c1e28dc7af Bug 866765 - Refactor compilation of JSOP_SETELEM to only pop operands at one point, r=dvander. 2013-05-01 18:07:36 -06:00
Brian Hackett
d82e92003e Bug 866866 - Inspect phis at the start of loop header rather than trailing values, r=dvander. 2013-05-01 18:06:01 -06:00
Malini Das
b8e95698c7 Bug 867812 - get rid of skip, r=jgriffin 2013-05-01 19:52:40 -04:00
James Willcox
bf095377f8 Bug 863223 - Make canvas updates asynchronous once again r=nrc 2013-05-01 19:24:27 -04:00
David Zbarsky
3ad1dacd45 Bug 867459: Root toolkit/ r=terrence 2013-05-01 18:43:53 -04:00
David Zbarsky
fc7eb30f67 Bug 867459: Root xpcshell.cpp r=terrence 2013-05-01 18:43:53 -04:00
Andrew McCreight
ed1e8c70fc Bug 863085, part 2 - remove NS_CycleCollectorForget2 from some XPCOM glue. r=bsmedberg 2013-05-01 15:36:03 -07:00
Andrew McCreight
0bd058f730 Bug 863085, part 1 - Gut NS_CycleCollectorForget2 and rename CC::Suspect2. r=smaug 2013-05-01 15:35:13 -07:00
Nick Alexander
5328c473e3 Bug 677452 - Add smartmake-like functionality to |mach build DIR|. r=gps 2013-05-01 15:36:05 -07:00
Scott Johnson
22e9dc076b Bug 861106: Add null check for mDocument in SetTextZoom, SetFullZoom, and SetMinFontSize to prevent crash on tab close. [r=blassey] 2013-05-01 17:21:47 -05:00
Brian Hackett
37496e10ab Bug 866826 - Add missing IdToTypeId check, r=dvander. 2013-05-01 15:45:40 -06:00
Brian Hackett
31aa390320 Bug 865584 - Add null check for target script's type info when compiling 'new', r=dvander. 2013-05-01 15:43:36 -06:00
Mats Palmgren
ea199129e3 Bug 851641. Simplify the logic in nsView::DoResetWidgetBounds. r=tnikkel 2013-05-01 16:21:33 -05:00
Timothy Nikkel
9c9f8a43d0 Bug 851641. Make nsView::DoResetWidgetBounds safe against any kind of painting or flushing happening during it. r=mats 2013-05-01 16:21:33 -05:00
Markus Stange
5a60de6d7f Bug 851641. Don't make view visibility changes immediately to the underlying widget. Post a pending update to do it. r=roc,mats 2013-05-01 16:21:32 -05:00
Brian Hackett
fc783fffae Bug 863523 - Avoid post-barrier on global slots for JIT code; r=billm,terrence 2013-03-20 16:15:00 -07:00
Robert Strong
1d4262eaa1 Bug 859604 - Install button text should be Upgrade when installing on top of an existing version. r=bbondy - Windows stub installer which is only built when building the nightly so DONTBUILD 2013-05-01 13:55:42 -07:00
Benoit Girard
ca7a424b66 Bug 867372 - Mach gtest doesn't work with default test filter on windows. r=gps NPOTB 2013-05-01 16:54:08 -04:00
Benoit Jacob
29f2b69e44 Bug 863716 - Skip two more WebGL tests on WinXP to avoid out-of-memory on test slaves. r=jgilbert 2013-05-01 16:32:25 -04:00
Ryan VanderMeulen
95f301ad0c Backed out changeset e0c3de95b861 (bug 865960) for Linux jsreftest failures.
CLOSED TREE
2013-05-01 16:34:32 -04:00
Felipe Gomes
e063337817 Bug 583976. Part 4 - Enable reftests that require focus on reftest-ipc. r=cjones 2011-10-03 16:15:44 -07:00
Kyle Huey
6b3fb5a228 Bug 866918: Don't include WorkerPrivate.h in all the binding code. r=bz 2013-05-01 13:24:19 -07:00
Kyle Huey
31aea9c7d4 Bug 836263: Limit max pref size to 1 MB. r=bsmedberg 2013-05-01 13:21:23 -07:00
Kartikaya Gupta
d14fe49737 Bug 867269 - Fix ifdef condition from ea568a1576e5. r=me DONTBUILD 2013-05-01 16:10:17 -04:00
Jeff Walden
674f999ba9 Bug 867329 - Make JS_NewUint8ArrayWithBuffer and friends accept any uint32_t as byteOffset and throw if the byteOffset is too big. r=sfink 2013-04-30 19:34:12 -07:00
Jeff Walden
9a61d4264f Bug 867329 - Make JS_NewUint8Array and friends accept any uint32_t as length and throw if the length is too big -- not assert when it's too big. r=sfink 2013-04-30 18:15:15 -07:00
Jeff Walden
cf953731a7 Bug 866988 - Remove the HAVE_CPP_PARTIAL_SPECIALIZATION autoconf define, and the test for template specialization working at all. Any compiler not supporting either of these is so incredibly doomed it's not worth the pain of testing them. Plus we use both features liberally without testing these defines first, so they're basically pointless. r=ted 2013-04-13 19:04:38 -07:00
Ryan VanderMeulen
49d4b2d873 Backed out changeset 0314d200873a (bug 858231) for Windows build bustage.
CLOSED TREE
2013-05-01 16:05:10 -04:00
Stephen Kraemer
8b4660cd59 Bug 836078 - Replace all gcc __GNUC__ version checks with MOZ_GCC_VERSION_AT_LEAST macro. r=dvander 2013-05-01 15:45:05 -04:00
Jonathan Kew
523b58972b bug 837498 - work around DWrite/GDI 'cmap' discrepancy for Italic fonts with Hebrew system locale. r=smontagu 2013-05-01 20:40:19 +01:00
Wan-Teh Chang
fce026406c Bug 858231: Update NSS to NSS 3.15 Beta 3. r=wtc.
Bug 844513: Add AddressSanitizer annotations to port_ArenaZeroAfterMark.
r=choller.

Also include fixes for bug 866363, bug 866949, bug 835919, bug 863871.
2013-05-01 12:36:37 -07:00
Kartikaya Gupta
3080007444 Bug 867685 - Ensure setIsRTL updates the viewport metrics atomically. r=Cwiiis 2013-05-01 15:33:49 -04:00
Kartikaya Gupta
3795f65ab6 Bug 867685 - Use getLock() instead of this when modifying the viewport metrics for clarity. r=Cwiiis 2013-05-01 15:33:48 -04:00
Jim Chen
fc9a6d75be Bug 860879 - Throw an exception after 5 seconds timeout when returning PromptService result; r=kats 2013-05-01 15:30:49 -04:00
Jim Chen
e4c48965a1 Bug 860879 - Add UiThreadBlockedException and utility method to dump all stack traces; r=kats 2013-05-01 15:30:49 -04:00
Nathan Froyd
b423eec294 Bug 867401 - don't generate checksums for saved pings; r=vladan
Generating checksums means relying on nsICryptoHash, which is
unavailable after profile-before-change.  We'd like to save pings after
profile-before-change.  Hence, don't checksum.  Over 99.99% of our pings
are read successfully across all channels, so checksumming isn't really
buying us anything.
2013-05-01 10:27:34 -04:00
Nathan Froyd
aba26f16a3 Bug 867362 - part 3 - delete JS_BYTES_PER_DOUBLE; r=luke
JS_BYTES_PER_DOUBLE isn't used after getting rid of JS_BITS_PER_DOUBLE.
2013-04-30 16:28:50 -04:00
Nathan Froyd
1b15c41123 Bug 867362 - part 2 - delete JS_BITS_PER_DOUBLE; r=luke
Nothing in the engine uses it.
2013-04-30 16:27:02 -04:00
Nathan Froyd
798b72055d Bug 867362 - part 1 - use MOZ_ALIGNOF instead of JS_ALIGN_OF_POINTER; r=luke
This change means that we no longer need the MOZ_ALIGN_OF_TYPE macro in
moznbytetype.m4.  And it's just nicer to have the compiler figure things
out for us rather than configury.
2013-04-30 16:11:54 -04:00
Ted Mielczarek
0eb2e7a465 bug 866641 - add registerCleanupFunction method to mochitest-plain. r=jmaher 2013-04-29 14:35:14 -04:00
Ted Mielczarek
27ebe04988 Bug 866241 - Fix some issues with repo manifest parsing. r=catlee 2013-04-26 15:30:19 -04:00
Ted Mielczarek
112c6e8f53 bug 431048 - use -RELEASE in LDFLAGS for MSVC to avoid annoying checksum warnings in the debugger. r=glandium 2013-04-26 14:56:30 -04:00
Kartikaya Gupta
a9d47b89e9 Bug 866184 - Update SyncViewportInfo and SyncFrameMetrics to take a gfx::Point instead of floats. r=BenWa 2013-05-01 14:12:08 -04:00
Luke Wagner
0c04aeb794 Bug 865960 - JS OOM should throw instead of silently stopping execution (r=billm)
--HG--
extra : rebase_source : a9c64989310ef96923a74fd3ee902aae59805aca
2013-05-01 11:04:06 -07:00
Robert Strong
b73e972e46 Remove 'Click to install' text from stub installer intro page - Bug 799147 - 'click to install' instruction not clear. r=bbondy, ui-r=shorlander - Windows stub installer which is only built when building the nightly so DONTBUILD 2013-05-01 10:38:14 -07:00
Terrence Cole
72049981ca Bug 867426 - Extra cleanups identified in review; r=jonco
--HG--
extra : rebase_source : 5dd22eabd18112b5a6bfbb53ea3737ffcd46d40f
2013-05-01 10:25:24 -07:00
Terrence Cole
21a7b09932 Bug 867426 - Remove the ForwardDeclare MACROs; r=jonco
--HG--
extra : rebase_source : dea4bcfa57a684e42105e087839785af2231e37d
2013-04-30 15:41:20 -07:00