Nicholas Cameron
42cc7a3660
Bug 898828. Don't even try async video on Windows. r=nical
2013-12-21 10:37:07 +13:00
Wes Kocher
820552b44e
Backed out changeset 226af3342987 (bug 952330) for ggc orange
2013-12-20 13:15:48 -08:00
Terrence Cole
9260f8f8ee
Bug 952619 - Kill some SpiderMonkey build warnings; r=Waldo
2013-12-20 12:48:41 -08:00
Boris Zbarsky
e7903fc5dc
Bug 952062. Fix union codegen to properly destroy the union members if conversion to them fails. r=dzbarsky
2013-12-20 15:33:57 -05:00
Ehsan Akhgari
fab7ab125f
Bug 940708 - Part 6: Exclude one more file for Linux ASAN builds
...
--HG--
extra : rebase_source : 95c28f6d4b32685bb291bff1085fb28915e2b1df
2013-12-20 13:27:50 -05:00
Ehsan Akhgari
f8de52f769
Bug 940708 - Part 5: Exclude more files from unified builds because of name clashes on RCSSTRING; r=gps
...
--HG--
extra : rebase_source : 551ec846a9bd266a0ff42d2344cbae41ffeaf29f
2013-12-19 12:08:31 -05:00
Ehsan Akhgari
b5ea7bf201
Bug 940708 - Part 4: Limit the length of the unified file name prefix to 50 characters so that we don't blow up the Windows path name limit; r=glandium
...
--HG--
extra : rebase_source : cc3e9238dcda8e0bb49e10407d4bafa4e5be4594
2013-12-18 21:55:19 -05:00
Ehsan Akhgari
0ef33a324a
Bug 940708 - Part 3: Handle asm sources for unified webrtc builds; r=gps
...
--HG--
extra : rebase_source : 517c6e73002b288d2d16bc4c516096ff1a0caf72
2013-12-18 21:52:21 -05:00
Mike Hommey
b926b6603c
Bug 940708 - Part 2: Build webrtc in unified mode; r=gps
...
--HG--
extra : rebase_source : b4a4fd21c65851e8e9377218ec19181f5f86e8b8
2013-12-18 15:40:03 +09:00
Brian Hackett
3b49771e1c
Bug 950452 - Fix SETARG in IonBuilder, r=jandem.
2013-12-20 13:07:23 -07:00
Brian Hackett
d92c2f8ce8
Bug 952330 - Synchronize updates to the slots pointer in global objects, r=jandem.
2013-12-20 13:05:00 -07:00
Brian Hackett
23c5951660
Bug 951213 - Improve robustness when rolling back properties after the definite properties analysis fails, r=jandem.
2013-12-20 13:04:08 -07:00
Wan-Teh Chang
5e5f586850
Bug 898431: Update NSS to NSS_3_15_4_BETA9. Includes the fixes for
...
bug 946147, bug 930874, bug 930857, bug 934545, bug 915408.
2013-12-20 12:01:06 -08:00
Boris Zbarsky
03f1fef9b8
Bug 952375. Include headers for external interfaces in UnionConversions.h. r=dzbarsky
2013-12-20 14:28:18 -05:00
Boris Zbarsky
46618df149
Bug 951245. Forwarding to outer should check for active document, not current inner, to handle document.open() cases. r=peterv
2013-12-20 14:28:18 -05:00
Boris Zbarsky
878193f1fb
Bug 949890. Fix rooting hazard in workers::XMLHttpRequest::Send. r=khuey
2013-12-20 14:28:18 -05:00
Boris Zbarsky
6cbdf23c78
Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking
2013-12-20 14:28:17 -05:00
Eitan Isaacson
90bac8d8ba
Bug 952141 - Fix error when user lifts finger with no valid vc position. r=yzen
2013-12-20 11:14:26 -08:00
Gregory Szorc
a7ccc914d7
Bug 952280 - mach python commands now use virtualenv APIs; r=mshal
...
The Python-related mach commands were written before we had a virtualenv
API exposed to the mach command context. This patch updates those
commands to use the newer APIs. As a bonus, these commands now work
without running configure!
--HG--
extra : rebase_source : ea394d6fc0c5fa2d3a3a6ed25fc59ce6be40690c
extra : amend_source : e841d57a2578c93b778ef73c68c35a8cc7cfde44
2013-12-19 13:48:37 -08:00
Ben Turner
ca4ad0f71d
Bug 951671, Periodic Worker activity during idle. r=khuey.
2013-12-20 14:03:19 -05:00
Ted Mielczarek
a8dc1906bb
bug 918389 - move XPCOM abort messages into separate crash annotations. r=bsmedberg
...
--HG--
extra : rebase_source : d1762cb08c795020e2ca7612b903cd1f3d5ade50
2013-12-20 10:11:16 -05:00
Ted Mielczarek
461d6ca4ba
Get rid of DOS line endings in test_crash_runtimeabort.js (no bug)
...
--HG--
extra : rebase_source : c59c15e2c3abde291d6a53a26c5f3d04aae8ab23
2013-12-20 10:11:04 -05:00
Terrence Cole
9ba8c379bc
Bug 952551 - Fix an exact rooting hazard in Shape::dump; r=sfink
2013-12-20 10:16:11 -08:00
Gregory Szorc
8f615a095a
Bug 951352 - Disallow XPIDL_MODULE if XPIDL_SOURCES isn't defined; r=glandium
...
Once upon a time XPIDL_MODULE and MODULE were kind of the same and
MODULE got mass-converted into XPIDL_MODULE with the removal of MODULE
in bug 939044. Unfortunately, we forgot to add a check for XPIDL_MODULE
being defined if XPIDL_SOURCES isn't (a build config that makes no sense
and only results in cargo culting).
This patch corrects that oversight.
--HG--
extra : rebase_source : d609e2baa8d16df97c944bc9def26ad05527d937
2013-12-17 12:45:56 -08:00
Ehsan Akhgari
97f008c4da
Backed out 4 changesets (bug 940708) for ASAN bustage
...
Backed out changeset 8b081bf3d16c (bug 940708)
Backed out changeset 8d1da29cee34 (bug 940708)
Backed out changeset aedcac877ab0 (bug 940708)
Backed out changeset d4aec392a165 (bug 940708)
--HG--
extra : rebase_source : dec5c491a2233dfe7fe2153559e01313d3583a33
2013-12-20 13:05:29 -05:00
Gregory Szorc
3bafa7a554
Bug 952395 - Update Homebrew bootstrap URL to reflect upstream changes
...
DONTBUILD (NPOTB)
2013-12-20 10:02:06 -08:00
Rick Eyre
5655b03c49
Bug 950830 - Clean up TextTrackCue style and TODO comments. r=rillian
2013-12-16 14:49:22 -05:00
Rick Eyre
afef117451
Bug 921484 - Fix bugs found in TextTrack::GetActiveCues(). r=rillian
2013-12-13 10:09:33 -05:00
Rick Eyre
68a00515c1
Bug 882299 - Implement VTTCue::Line. r=smaug, r=rillian
2013-12-16 14:35:01 -05:00
Rick Eyre
4fdaf8fb73
Bug 949642 - Implement VTTCue::LineAlign. r=rillian
2013-12-13 09:29:15 -05:00
Jan de Mooij
72331209a6
Bug 951366 - Use AutoDetectInvalidation for disabled GetElement caches. r=h4writer
...
--HG--
extra : rebase_source : ff7dd0a3478303d85d4f9472637412035d4365a7
2013-12-20 18:16:48 +01:00
Nicolas B. Pierron
60250a5b4c
no bug - JS Shell: Fix help message of isAsmJSModuleLoadedFromCache. r=me
...
DONTBUILD
2013-12-20 09:17:39 -08:00
Trevor Saunders
4bcedb9c6e
bug 884251 - DocAccessible::UpdateTree() doesn't need to handle updating children that are sub documents r=surkov
2013-12-17 11:28:21 -05:00
Jon Coppeard
29c7fbac0c
Bug 951693 - Fix some newly-discovered rooting hazards in jsinfer.cpp; r=terrence
2013-12-20 03:57:00 -08:00
Terrence Cole
ce36f9bc4a
Bug 952285 - Clarify some code in TypeRepresentation for the hazard analysis; r=nmatsakis
...
--HG--
extra : rebase_source : dce9b8d79f645fd90e4049bf18e3056b25fd1740
2013-12-19 16:55:40 -08:00
Terrence Cole
458fa3ecc3
Bug 952295 - Fix an exact rooting hazard in CompileLazyFunction; r=sfink
...
--HG--
extra : rebase_source : 16f3adf53fafa2bc76ef4d8058923ee7818f303f
2013-12-19 16:55:32 -08:00
Tor Arvid Lund
ac7506b8fa
Bug 950677 - Fix compile errors on Windows/FFOS builds. r=nical
...
The errors were discovered when running on the try server. Chose #include
in GrallocImages because there were problems with fwd declarations again.
2013-12-20 11:46:31 -05:00
Tor Arvid Lund
bbfc9d5dc7
Bug 950677 - Change all remaining gfxIntSize -> IntSize refs. r=nical
2013-12-20 11:46:30 -05:00
Tor Arvid Lund
03a5dadfb2
Bug 950677 - gfxIntSize -> IntSize in ThebesLayer* classes. r=nical
2013-12-20 11:46:30 -05:00
Tor Arvid Lund
5aafe907f1
Bug 950677 - gfxIntSize -> IntSize for Texture* classes. r=nical
2013-12-20 11:46:30 -05:00
Tor Arvid Lund
69a8d8666c
Bug 950677 - gfxIntSize -> IntSize in ipc/Shadow* files. r=nical
2013-12-20 11:46:30 -05:00
Tor Arvid Lund
d44e391678
Bug 950677 - gfxIntSize -> IntSize in ipc/ directory. r=nical
...
(Detail: Chose to put an #include for Point.h in a header instead of a
forward declaration because a fwd decl caused an "Already defined" error
and having neither fwd decl or #include caused another compile failure
saying IntSize was undefined)
2013-12-20 11:46:29 -05:00
Tor Arvid Lund
19ca402f3f
Bug 950677 - More gfxIntSize -> IntSize changes in Layer* classes. r=nical
2013-12-20 11:46:29 -05:00
Tor Arvid Lund
9d33e07888
Bug 950677 - Change gfxIntSize to gfx::IntSize in ImageContainer.h. r=nical
2013-12-20 11:46:29 -05:00
Tor Arvid Lund
48371ada8e
Bug 950677 - Change gfxIntSize to gfx::IntSize in DirectX files. r=nical
2013-12-20 11:46:29 -05:00
Tor Arvid Lund
7b9c2a5b21
Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical
2013-12-20 11:46:28 -05:00
Ehsan Akhgari
b4b0176513
Bug 940708 - Part 5: Exclude more files from unified builds because of name clashes on RCSSTRING; r=gps
...
--HG--
extra : rebase_source : c5df6642d1bca37ba49e5cdb82f5d48b21e2fa87
2013-12-19 12:08:31 -05:00
Ehsan Akhgari
e610e390c4
Bug 940708 - Part 4: Limit the length of the unified file name prefix to 50 characters so that we don't blow up the Windows path name limit; r=glandium
...
--HG--
extra : rebase_source : 7f28ada75a26132af951893137127e0f1517995b
2013-12-18 21:55:19 -05:00
Ehsan Akhgari
611bb550be
Bug 940708 - Part 3: Handle asm sources for unified webrtc builds; r=gps
...
--HG--
extra : rebase_source : 75f72fa64c0cde4c63b3ef5c09964cdf99fb32a2
2013-12-18 21:52:21 -05:00
Mike Hommey
9c50b72a25
Bug 940708 - Part 2: Build webrtc in unified mode; r=gps
...
--HG--
extra : rebase_source : db1315634af0cab9cd47ff38ad0fac703c04f452
2013-12-18 15:40:03 +09:00