Ms2ger
|
7ffcd856c2
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
|
Ms2ger
|
cefa43a749
|
Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal
|
2013-10-03 09:10:00 +02:00 |
|
Ms2ger
|
105ce73cfa
|
Bug 922268 - Remove empty makefiles; r=gps
|
2013-10-03 09:10:00 +02:00 |
|
Jonathan Watt
|
d12120ded8
|
Bug 912489 - Including the name of the directory picked by HTMLInputElement.openDirectoryPicker() in File.path. r=sicking
|
2013-10-02 00:26:40 +01:00 |
|
Masayuki Nakano
|
e46624e0ca
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
|
Masayuki Nakano
|
5e5853070a
|
Bug 920377 part.31 Get rid of nsEvent r=roc
|
2013-10-02 12:46:04 +09:00 |
|
Masayuki Nakano
|
d9fe18d02f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Matt Woodrow
|
d188bf5f9a
|
Bug 921910 - Invalidate when we change the frame of an asynchronous ImageContainer that is part of a main-thread layer tree. r=roc
|
2013-10-02 16:05:49 +13:00 |
|
Matt Woodrow
|
9ad44524fe
|
Bug 886219 - Force an invalidation when an async video finishes. r=nical
|
2013-10-02 16:05:34 +13:00 |
|
Robert O'Callahan
|
7f8b1af70b
|
Bug 916520. Rename nsClientRect(List) to mozilla::dom::DOMRect(List). r=khuey
--HG--
rename : content/html/content/src/nsClientRect.cpp => content/base/src/DOMRect.cpp
rename : content/html/content/src/nsClientRect.h => content/base/src/DOMRect.h
rename : dom/webidl/ClientRect.webidl => dom/webidl/DOMRect.webidl
rename : dom/webidl/ClientRectList.webidl => dom/webidl/DOMRectList.webidl
extra : rebase_source : ebe27ef21b38f7df5065f37b971508b740c8cf3c
|
2013-09-20 22:21:03 +12:00 |
|
Robert O'Callahan
|
e2de87eee6
|
Bug 922601. Use StreamTimeToGraphTime to get the correct conversion to graph time. r=padenot
--HG--
extra : rebase_source : 148da9b3fdc1cd6fb12489ad20d724218fcd75d1
|
2013-10-01 22:28:49 -04:00 |
|
Nicolas Silva
|
8605f47406
|
Bug 922202 - Make PlanarYCbCrImage::Data forward-declarable and remove some header includes. r=bjacob
|
2013-10-01 17:57:50 -07:00 |
|
Jeff Gilbert
|
6520f15582
|
Bug 685184 - Finalize attachments slightly earlier. - r=jgilbert
|
2013-10-01 17:31:37 -07:00 |
|
Jeff Gilbert
|
3805e281d0
|
Bug 685184 - Emulate depth_stencil RBs. - r=bjacob
|
2013-10-01 17:31:09 -07:00 |
|
Jeff Gilbert
|
180c370f76
|
Bug 685184 - Differentiate textureTarget, texImageTarget, and internal 'face' vars. - r=bjacob
|
2013-10-01 17:30:38 -07:00 |
|
Jeff Gilbert
|
fd031b67ac
|
Bug 685184 - Delay attachment of RBs to FBs. - r=bjacob
|
2013-10-01 17:30:05 -07:00 |
|
Wes Kocher
|
08677a07f9
|
Backed out changeset f804fcc84df2 (bug 912489) for build bustage
|
2013-10-01 17:05:35 -07:00 |
|
Jonathan Watt
|
9d69d33e9b
|
Bug 912489 - Including the name of the directory picked by HTMLInputElement.openDirectoryPicker() in File.path. r=sicking
|
2013-10-02 00:26:40 +01:00 |
|
Christoph Kerschbaumer
|
38221cba8a
|
Bug 910139 - Tests for new nsIContentPolicy TYPE_XSLT via CSP. r=grobinson
|
2013-09-11 12:43:14 -07:00 |
|
Christoph Kerschbaumer
|
5243276570
|
Bug 910139 - Add TYPE_XSLT to nsIContentPolicy for XSLT loads and update CSP to treat XSLT as script. r=grobinson, r=jst
|
2013-09-11 14:11:49 -07:00 |
|
Ryan VanderMeulen
|
5dc1c55908
|
Merge m-c to inbound.
|
2013-10-01 17:23:59 -04:00 |
|
Ehsan Akhgari
|
6c364e9615
|
Bug 921753 - Part 2: Move GraphicsFilters outside of gfxPattern.h so that we won't need to #include that header everywhere GraphicsFilter is needed; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1582 to 1362.
|
2013-10-01 17:01:19 -04:00 |
|
Ehsan Akhgari
|
2fb9794854
|
Bug 921753 - Part 1: Avoid #including nsStyleStructInlines.h in nsIFrame.h; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1782 to 1582.
|
2013-10-01 17:00:38 -04:00 |
|
Ryan VanderMeulen
|
08074605aa
|
Merge m-c to b2g-inbound.
|
2013-10-01 16:47:09 -04:00 |
|
Ryan VanderMeulen
|
c8692e0e46
|
Backed out changesets 6d72b823b67f and acdff324d588 (bug 907077) for ASAN debug jit-test failures.
|
2013-10-01 16:18:39 -04:00 |
|
Milan Sreckovic
|
1dc55c080a
|
Bug 916322 - Add UnsetAttr to HTMLCanvasElement to catch the removal of attributes and keep the context it owns of matching size. r=khuey, r=jmuizelaar
The test is debug only, asserting without this fix.
|
2013-09-30 17:02:40 -04:00 |
|
Martijn Wargers
|
4b5db21172
|
Bug 922008 - Remove more enablePrivilege calls, part2. r=jmaher
|
2013-09-30 11:30:01 +02:00 |
|
Steven Lee
|
920772d32e
|
Bug 918056 - Return errors when the mic is occupied. r=rjesup
|
2013-10-01 08:06:57 -04:00 |
|
Sotaro Ikeda
|
bdb3259801
|
Bug 914870 - Reduce mp3 parse chunk buffer size to 32KiB. r=doublec
|
2013-10-01 08:06:57 -04:00 |
|
Ed Morley
|
f751b47fe1
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2013-10-01 10:56:53 +01:00 |
|
Fabrice Desré
|
ce7abf2462
|
Bug 914854 - BrowserElementPanning causes sync reflow by quering scrollLeft/Top r=bz,vingtetun
|
2013-09-30 10:32:02 -07:00 |
|
Ed Morley
|
f2ee101f41
|
Bug 897843 - Disable test_media_selection.html on Windows for too many intermittent failures
|
2013-09-30 17:37:44 +01:00 |
|
Nicholas Nethercote
|
258c2f4cdf
|
Bug 921923 (part 3) - Make multi-output sizeOfFoo() functions more consistent in content/, dom/ and layout/. r=till.
--HG--
extra : rebase_source : ac8aebe86b4b7ee5acc0f541be5645abf73b6a98
|
2013-09-30 16:20:23 -07:00 |
|
Benoit Jacob
|
2275eedfca
|
Bug 783914 - WEBGL_depth_texture doesn't work using ANGLE - r=jgilbert
|
2013-09-30 20:58:57 -04:00 |
|
David Anderson
|
c8133fee65
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
--HG--
rename : ipc/ipdl/test/cxx/PTestRPCErrorCleanup.ipdl => ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCRaces.ipdl => ipc/ipdl/test/cxx/PTestInterruptRaces.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCShutdownRace.ipdl => ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
rename : ipc/ipdl/test/cxx/PTestRacyRPCReplies.ipdl => ipc/ipdl/test/cxx/PTestRacyInterruptReplies.ipdl
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.cpp => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.cpp
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.h => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.h
rename : ipc/ipdl/test/cxx/TestRPCRaces.cpp => ipc/ipdl/test/cxx/TestInterruptRaces.cpp
rename : ipc/ipdl/test/cxx/TestRPCRaces.h => ipc/ipdl/test/cxx/TestInterruptRaces.h
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.cpp => ipc/ipdl/test/cxx/TestInterruptShutdownRace.cpp
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.h => ipc/ipdl/test/cxx/TestInterruptShutdownRace.h
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.cpp => ipc/ipdl/test/cxx/TestRacyInterruptReplies.cpp
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.h => ipc/ipdl/test/cxx/TestRacyInterruptReplies.h
rename : ipc/ipdl/test/ipdl/error/rpcMessageCompress.ipdl => ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl
rename : ipc/ipdl/test/ipdl/error/tooWeakRPCAsync.ipdl => ipc/ipdl/test/ipdl/error/tooWeakInterruptAsync.ipdl
rename : ipc/ipdl/test/ipdl/ok/rpcProtocol.ipdl => ipc/ipdl/test/ipdl/ok/intrProtocol.ipdl
|
2013-09-30 17:27:45 -07:00 |
|
Gregory Szorc
|
b03f79a7e6
|
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:06 +02:00 |
|
Gregory Szorc
|
cc1da2c22a
|
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
|
2013-09-30 09:52:01 +02:00 |
|
Ed Morley
|
55665af441
|
Merge mozilla-central and inbound
|
2013-10-01 12:01:45 +01:00 |
|
Ben Turner
|
e77f54a021
|
Backout rev eedf61cab3fa (bug 643325) for test failures
|
2013-10-01 01:06:11 -07:00 |
|
Robert Longson
|
dc4a6d2c05
|
Bug 919319 - Simplify number parsing. r=dholbert
|
2013-10-01 08:50:40 +01:00 |
|
Masayuki Nakano
|
c2ab14dbfd
|
Bug 920377 part.29 Get rid of nsMouseScrollEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
3fa4d1fd4d
|
Bug 920377 part.28 Get rid of nsDragEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
3224fb4749
|
Bug 920377 part.27 Get rid of nsMouseEvent_base r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
512bc33b30
|
Bug 920377 part.26 Get rid of nsInputEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
6415781ae8
|
Bug 920377 part.25 Get rid of nsUIEvent r=roc
|
2013-10-01 16:23:01 +09:00 |
|
Masayuki Nakano
|
ebe48cadea
|
Bug 920377 part.24 Get rid of nsSelectionEvent r=roc
|
2013-10-01 16:23:01 +09:00 |
|
Masayuki Nakano
|
597d5ac7d2
|
Bug 920377 part.23 Get rid of nsQueryContentEvent r=roc
|
2013-10-01 16:23:00 +09:00 |
|
Masayuki Nakano
|
10d848c578
|
Bug 920377 part.22 Get rid of nsCompositionEvent r=roc
|
2013-10-01 16:23:00 +09:00 |
|
Masayuki Nakano
|
f3095ec496
|
Bug 920377 part.21 Get rid of nsTextEvent r=roc
|
2013-10-01 16:22:59 +09:00 |
|
Masayuki Nakano
|
8f96a132b0
|
Bug 920377 part.20 Get rid of nsTextRange r=roc
|
2013-10-01 16:22:59 +09:00 |
|