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

388967 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 0a3ff9a9b2 Bug 1019191 part 9. Remove now-dead JS-to-C++ quickstub conversion functions. r=peterv 2014-10-22 11:40:48 -04:00
Boris Zbarsky af038ac558 Bug 1019191 part 8. Stop using xpc_qsACString in XPConnect. r=bholley 2014-10-22 11:40:48 -04:00
Boris Zbarsky 996c75274c Bug 1019191 part 7. Remove various dead-code throwing functions. r=peterv 2014-10-22 11:40:47 -04:00
Boris Zbarsky b8f083b1ad Bug 1019191 part 6. Remove dead code for setting up quickstubs on a prototype from XPCQuickStubs.h/cpp. r=peterv 2014-10-22 11:40:47 -04:00
Boris Zbarsky 377effd23d Bug 1019191 part 5. Remove the one remaining quickstub we have and all quickstub codegen. r=peterv 2014-10-22 11:40:47 -04:00
Boris Zbarsky 5e1aca9748 Bug 1019191 part 4. Remove the now-dead xpc_qsThrowGetterSetterFailed and xpc_qsThrowBadSetterValue functions. r=peterv 2014-10-22 11:40:47 -04:00
Boris Zbarsky 6e2d2fcc76 Bug 1019191 part 3. Remove calls to the empty DOM_MarkInterfaces/DOM_ClearInterfaces/DOM_InitInterfaces functions and the functions themselves. r=peterv 2014-10-22 11:40:47 -04:00
Boris Zbarsky 37b3ae50c4 Bug 1019191 part 2. Remove WebIDL quickstubs for EventTarget, since the only remaining xpconnect EventTargets with classinfo are globals, and we never call PostCreatePrototype on globals. r=peterv 2014-10-22 11:40:46 -04:00
Boris Zbarsky afbeda0759 Bug 1019191 part 1. Remove the dead finishInitForWrappedGlobal method. r=bholley 2014-10-22 11:40:46 -04:00
Jonathan Watt a9f6a0c700 Bug 1074161 follow-up to fuzz non-scaling-stroke-01.svg for max-diff=1 on some stroke edge pixels. 2014-10-22 16:39:51 +01:00
Ryan VanderMeulen 93d254b744 Backed out changeset da0bf52f00c6 (bug 1042795) for introducing new intermittent failures. 2014-10-22 11:33:59 -04:00
Romain Gauthier c07b243275 Bug 1084499: fix about:webrtc for hello calls r=drno 2014-10-20 18:47:43 +02:00
Brian Hackett 251b70b197 Bug 1072564 - Incrementalize sweeping of type information, r=billm. 2014-10-22 07:57:33 -07:00
Malini Das 5ed06f11d9 Bug 1075487 - find b2g pid based on string splitting, r=jgriffin 2014-10-22 10:38:31 -04:00
Johannes Schulte e44b43d7a0 Bug 1063878 - Attach Baseline-Stubs for names on the global's proto. r=jandem
--HG--
extra : rebase_source : 526b96ea3880877715ff79819bf5c67bafe1e876
2014-10-09 21:46:16 +02:00
Irving Reid 94c56f0de8 Bug 1081702 - Check that callback parameters are defined before pushing onto result arrays. r=Mossop
--HG--
extra : rebase_source : a15c886d7f7d12e8092e74564a981670545c8ea6
2014-10-21 12:05:24 -04:00
Luke Wagner 20598cafcc Bug 1077175 - OdinMonkey: add type for double literals (r=bbouvier)
--HG--
extra : rebase_source : a2a3891087a11648fce087ac2f17d04a3cdd98e4
2014-10-21 13:15:45 -05:00
Alastor Wu f80978be25 Bug 930444 - [MediaEncoder] Add Profile Label in Encoding path. r=roc
--HG--
extra : rebase_source : 65fad92cc22eddf42e447ef574fda6ec40d92b96
2014-10-20 16:17:26 +08:00
Jonathan Watt 1332c4fb22 Bug 1074161 follow-up to fuzz non-scaling-stroke-01.svg for max-diff=1 on some stroke edge pixels. 2014-10-22 14:59:24 +01:00
Carsten "Tomcat" Book e8315632eb Backed out changeset f353f95ad293 (bug 1084157) for ASAN Test Bustage on a CLOSED TREE 2014-10-22 15:52:03 +02:00
Simon Montagu 054cfcfbaa Bug 1083748. Pass inline-size, not width, to ComputeSize. r=jfkthame 2014-10-22 06:34:44 -07:00
Simon Montagu 62a582a87b Tests for bug 1083748 (not run in a default build). r=jfkthame 2014-10-22 06:34:41 -07:00
Jan de Mooij c064ded0b8 Bug 1085464 - Don't lookup .generator on |with| objects on the scope chain. r=wingo
--HG--
extra : rebase_source : 960bf902b774906d72e815b2a7b9852ca1f0e5bc
2014-10-22 15:17:09 +02:00
Ehsan Akhgari 8c183735cc Bug 1085199 - Part 2: Do not wrap the DOMRequest in a promise in dom/system/gonk tests; r=hsinyi
DOMRequest now has a .then() method compatible with Promise.
2014-10-22 09:20:34 -04:00
Ehsan Akhgari fa8b8506e3 Bug 1085199 - Part 1: Do not wrap the DOMRequest in a promise in mobileconnection tests; r=hsinyi
DOMRequest now has a .then() method compatible with Promise.
2014-10-22 09:20:23 -04:00
Bobby Holley 432239c09c Bug 1086996 - Tests. r=me 2014-10-22 15:13:15 +02:00
Bobby Holley 5d98edba8b Bug 1086996 - Stop wrapping XBL handlers into the content compartment. r=bz 2014-10-22 15:13:15 +02:00
Aryeh Gregor 459846f603 Bug 858918 part 2 - Don't insert block content outside of inline editing hosts; r=ehsan 2014-10-22 15:45:30 +03:00
Aryeh Gregor 8d068b4f63 Bug 858918 part 1 - Don't try to split non-editable nodes; r=ehsan 2014-10-22 15:45:30 +03:00
Aryeh Gregor 5f90f032e4 Bug 1055722 - Remove spammy warning; r=smaug 2014-10-22 15:45:30 +03:00
Aryeh Gregor ef715c1032 Bug 1058576 - Return a pointer from nsWSRunObject::Get*WSNode*; r=ehsan 2014-10-22 15:45:30 +03:00
Tim Chien 42b6b5b4c6 Bug 1087038 - Properly check for found element(s) in marionette ElementManager.p.find, r=dburns 2014-10-22 05:02:00 +02:00
Ehsan Akhgari 7f28b2b06f Bug 1084157 - Make --enable-address-sanitizer pass the correct -fsanitize arguments to the toolchain; r=glandium 2014-10-22 08:30:05 -04:00
Ehsan Akhgari fd208ef730 Bug 1083572 - Enable passing external LDFLAGS to the NSS build system for Windows ASAN builds; r=glandium 2014-10-22 08:28:56 -04:00
Ehsan Akhgari b126e6f2c2 Bug 1084369 - Build dom/cellbroadcast in unified mode; r=gps 2014-10-22 08:28:26 -04:00
Carsten "Tomcat" Book babd3696e8 Backed out changeset 04a18f29f774 (bug 1087038) for marionette test failures 2014-10-22 14:17:32 +02:00
Simon Montagu aaa297f259 Bug 1082844: when converting between logical and physical coordinates in nsLineLayout, use the width of the containing block as container-width for the root span, and the width of the root span for child spans. r=jfkthame 2014-10-22 05:14:41 -07:00
Simon Montagu f6cf20bf2c Tests for bug 1082844 (not run in a default build). r=jfkthame 2014-10-22 05:14:39 -07:00
Jonathan Watt 916e8d8c23 Bug 1087224 - Allow compareSnapshots and assertSnapshots to be passed fuzz values. r=smontagu 2014-10-22 12:29:06 +01:00
Jonathan Watt 950664615e Bug 1086610 - Get color working for ::-moz-tree-progressmeter again. r=mattwoodrow 2014-10-22 12:29:06 +01:00
Jonathan Watt 09f54bbbb9 Bug 1086708 - Rename the snapping variant of NSRectToRect to NSRectToSnappedRect. r=mattwoodrow 2014-10-22 12:29:06 +01:00
Jonathan Watt 5d50d54b0f Bug 1074161 - Avoid creating a Moz2D Path object to draw SVG <rect>, <image> and <line> elements. r=mattwoodrow 2014-10-22 12:29:05 +01:00
Sushant Dinesh bcd31ebf4e Bug 1059187 - Set Undefined/Null in else branch of filtering. r=h4writer. 2014-10-14 02:19:00 +02:00
peter chang 79eb0d5c68 Bug 1068461 - Locate the text frames from viewport frame to select word, r=roc 2014-10-15 10:43:29 +08:00
Akshendra Pratap dd64a73baf Bug 1058651 - Added MOZ_UNLIKELY to Codegen.py argument number and exception checks; r=bz 2014-10-20 05:54:00 +02:00
Alexandre Poirot be97d2dab8 Bug 1048441 - blacklist test_bug696020.html being too intermittent on mulet. r=ahal 2014-10-21 06:04:00 +02:00
Gian-Carlo Pascutto 42ced17a54 Bug 1042795 - Expand Android guM + gUM doorhanger tests. r=mfinkle f=jesup 2014-06-23 11:16:00 +02:00
Chris Manchester 6abf9c1359 Bug 1046512 - Disable test_set_window_size.py on linux due to a latent timing problem exposed by modifications to marionette. r=jgriffin 2014-10-21 11:23:18 -04:00
Chris Manchester 24d17c3c3a Bug 1046512 - Modification to marionette to support running tests with e10s enabled. r=jgriffin 2014-10-21 11:22:26 -04:00
Tim Chien 5dda658275 Bug 1087038 - Properly check for found element(s) in marionette ElementManager.p.find, r=dburns 2014-10-22 03:25:00 +02:00