Ms2ger
|
fa4df90145
|
Bug 896277 - Don't return nsresult from GroupRule::AppendRulesToCssText; r=dbaron
|
2013-08-02 09:04:31 +02:00 |
|
Ms2ger
|
9803a2ddf3
|
Bug 897540 - Reduce includes in nsDeviceContext.h; r=roc
|
2013-08-02 09:04:22 +02:00 |
|
Ms2ger
|
5dcc1ed0f0
|
Bug 886408 - Move nsContentUtils::ReleaseWrapper into nsWrapperCache; r=mccr8
|
2013-08-02 09:04:01 +02:00 |
|
Ms2ger
|
a4e67abf5e
|
Bug 897921 - Remove some dead assignments in makefiles; r=mshal
|
2013-08-02 09:03:55 +02:00 |
|
Ms2ger
|
12e1ffe745
|
Bug 897573 - Get rid of the make rules from toolkit/components/osfile/Makefile.in; r=glandium
--HG--
rename : toolkit/components/osfile/_PromiseWorker.jsm => toolkit/components/osfile/modules/_PromiseWorker.jsm
rename : toolkit/components/osfile/osfile_async_front.jsm => toolkit/components/osfile/modules/osfile_async_front.jsm
rename : toolkit/components/osfile/osfile_async_worker.js => toolkit/components/osfile/modules/osfile_async_worker.js
rename : toolkit/components/osfile/osfile_shared_allthreads.jsm => toolkit/components/osfile/modules/osfile_shared_allthreads.jsm
rename : toolkit/components/osfile/osfile_shared_front.jsm => toolkit/components/osfile/modules/osfile_shared_front.jsm
rename : toolkit/components/osfile/osfile_unix_allthreads.jsm => toolkit/components/osfile/modules/osfile_unix_allthreads.jsm
rename : toolkit/components/osfile/osfile_unix_back.jsm => toolkit/components/osfile/modules/osfile_unix_back.jsm
rename : toolkit/components/osfile/osfile_unix_front.jsm => toolkit/components/osfile/modules/osfile_unix_front.jsm
rename : toolkit/components/osfile/osfile_win_allthreads.jsm => toolkit/components/osfile/modules/osfile_win_allthreads.jsm
rename : toolkit/components/osfile/osfile_win_back.jsm => toolkit/components/osfile/modules/osfile_win_back.jsm
rename : toolkit/components/osfile/osfile_win_front.jsm => toolkit/components/osfile/modules/osfile_win_front.jsm
rename : toolkit/components/osfile/ospath_unix_back.jsm => toolkit/components/osfile/modules/ospath_unix_back.jsm
rename : toolkit/components/osfile/ospath_win_back.jsm => toolkit/components/osfile/modules/ospath_win_back.jsm
|
2013-08-02 09:03:47 +02:00 |
|
Ms2ger
|
61364639a4
|
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4); r=mshal
|
2013-08-02 09:03:42 +02:00 |
|
Joey Armstrong
|
56ab717da3
|
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #3); r=mshal
|
2013-06-11 16:38:22 -04:00 |
|
Ms2ger
|
fcfe6983ba
|
Bug 897458 - Move EXTRA_PP_JS_MODULES to moz.build; r=gps
|
2013-08-02 09:03:25 +02:00 |
|
Ryan VanderMeulen
|
7fe0b0251b
|
Merge m-c to fx-team.
|
2013-08-01 16:35:13 -04:00 |
|
Jonathan Griffin
|
d206ff6cc1
|
Bug 898074 - Open Marionette's port with a backlog of 0, r=dhylands, on a CLOSED TREE for possible orange fix
|
2013-08-01 12:50:38 -07:00 |
|
Brian R. Bondy
|
a796876d2f
|
Bug 900111 - Fix CSSIntPoints and LayoutDeviceIntPoint usage in APZC Metro implementation. r=kats
|
2013-08-01 13:44:41 -04:00 |
|
Robert Strong
|
1fea4216ab
|
Test only patch - Bug 899709 - gIsLessThanMacOSX_10_6 is no longer needed in head_update.js.in. r=bbondy
|
2013-08-01 10:19:01 -07:00 |
|
Alexander Surkov
|
6f013a96ac
|
Bug 894573 - ARIA state mapping should treat undefined value same way if value was missed, r=tbsaunde
|
2013-08-01 11:11:56 -04:00 |
|
Masatoshi Kimura
|
a2d7f5d92e
|
Bug 673919 - Remove routeEvent, enableExternalCapture and disableExternalCapture. r=smaug
|
2013-08-01 23:48:18 +09:00 |
|
Marty Rosenberg
|
b365cfa9df
|
Bug 900487: Fix bailoutIf to be complaint with parallel js. (r=shu)
|
2013-08-01 09:51:33 -04:00 |
|
Armen Zambrano Gasparnian
|
f8003dab46
|
Bug 900189 - Insert mozharness to the front of sys.path in talos's mach_command.py. NPOTB. DONTBUILD. r=gps
|
2013-08-01 09:19:40 -04:00 |
|
Jon Coppeard
|
d62f581f73
|
Bug 898857 - Assertion failure: ins->mirRaw()->isAsmJSUDiv() || ins->mirRaw()->isAsmJSUMod(), at ion/arm/CodeGenerator-arm.cpp:1910 r=mjrosenb
|
2013-08-01 14:08:00 +01:00 |
|
Jim Mathies
|
3295201eed
|
Bug 898457 - Don't display a horizontal scrollbar in flyout panels. r=tabraldes
|
2013-08-01 07:31:35 -05:00 |
|
Jim Mathies
|
11f8ccb59f
|
Bug 899027 - Fixes for various errors in FormHelper while running the tests in bug 891688. r=rsilveira
|
2013-08-01 07:31:35 -05:00 |
|
Jim Mathies
|
6a56aa2f59
|
Bug 891688 - Fix for caret selection not always appearing in subframes. r=mbrubeck
|
2013-08-01 07:31:34 -05:00 |
|
Jon Coppeard
|
95ba75cb0a
|
Bug 899970 - Post barrier heap pointers in js/ipc r=terrence
|
2013-08-01 11:21:44 +01:00 |
|
aceman
|
2662cdbba8
|
Bug 896738 - Declare msg variable in testing/xpcshell/head.js. r=ted
|
2013-08-01 10:39:18 +01:00 |
|
Marty Rosenberg
|
537e7ac1be
|
Bug 900357: Don't use the ScratchRegister when the ScratchRegister can be used for computing an address. (r=jbramley)
|
2013-08-01 05:02:00 -04:00 |
|
David Zbarsky
|
f53061a41d
|
merge backout
|
2013-08-01 01:54:34 -07:00 |
|
David Zbarsky
|
3d161603d7
|
backout Bug 893117 for mochitest failure
|
2013-08-01 01:54:09 -07:00 |
|
Nicholas Cameron
|
a518fa0c24
|
merge backout, a=me
|
2013-08-01 18:39:19 +12:00 |
|
Nicholas Cameron
|
94b4c6a3b3
|
merge backout, a=me
|
2013-08-01 18:38:06 +12:00 |
|
Nicholas Cameron
|
b4b5c9799b
|
back out bug 874721, bug 899435
|
2013-08-01 18:30:46 +12:00 |
|
David Zbarsky
|
239d7c7d1c
|
Bug 893117: Remove nsIDOMHTMLDListElement r=bz
|
2013-07-31 23:12:41 -07:00 |
|
David Zbarsky
|
a8e04c91cc
|
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
|
2013-07-31 23:12:40 -07:00 |
|
David Zbarsky
|
9805a4d3d0
|
Bug 893117: Remove nsIDOMHTMLParamElement r=bz
|
2013-07-31 23:12:40 -07:00 |
|
David Zbarsky
|
12faf238a4
|
Bug 893117: Remove nsIDOMHTMLFontElement r=bz
|
2013-07-31 23:12:40 -07:00 |
|
David Zbarsky
|
f8699dfe4e
|
Bug 893117: Remove nsIDOMHTMLLegendElement r=bz
|
2013-07-31 23:12:40 -07:00 |
|
David Zbarsky
|
8273fe7d29
|
Bug 893117: Remove nsIDOMHTMLModElement r=bz
|
2013-07-31 23:12:39 -07:00 |
|
David Zbarsky
|
473e16f1ad
|
Bug 893117: Remove xpidl for nsIDOMHTMLDirectoryElement r=bz
|
2013-07-31 23:12:39 -07:00 |
|
David Zbarsky
|
5c8cff1add
|
Bug 893117: Remove nsIDOMHTMLOutputElement r=bz
|
2013-07-31 23:12:39 -07:00 |
|
David Zbarsky
|
ec351678ef
|
Bug 893117: Remove nsIDOMHTMLDataListElement r=bz
|
2013-07-31 23:12:39 -07:00 |
|
David Zbarsky
|
a7199cbe1c
|
Bug 893117: Remove nsIDOMHTMLUnknownElement r=peterv
|
2013-07-31 23:12:39 -07:00 |
|
David Zbarsky
|
d52c9a362c
|
Bug 893117: Remove nsIDOMHTMLProgressElement r=peterv
|
2013-07-31 23:12:38 -07:00 |
|
David Zbarsky
|
d2f7764079
|
Bug 893117: Remove nsIDOMHTMLTableColElement r=peterv
|
2013-07-31 23:12:38 -07:00 |
|
David Zbarsky
|
dc95f7e4ec
|
Bug 893117: Remove nsIDOMHTMLTableRowElement r=peterv
|
2013-07-31 23:12:38 -07:00 |
|
David Zbarsky
|
667388c2d1
|
Bug 893117: Remove nsIDOMHTMLTableSectionElement r=peterv
|
2013-07-31 23:12:38 -07:00 |
|
David Zbarsky
|
5a436a45ff
|
Bug 893117: Remove xpidl for nsIDOMHTMLTableElement r=peterv
|
2013-07-31 23:12:37 -07:00 |
|
Nicholas Cameron
|
c45c4b87d0
|
Minor bustage fix (misapplied patch from bug 899435). r=me
|
2013-08-01 17:54:10 +12:00 |
|
Benjamin Bouvier
|
28dc5b5b6c
|
Bug 900308 - Kill warnings for MForceUse::congruentTo; r=djvj
|
2013-07-31 22:28:50 -07:00 |
|
Nicholas Cameron
|
9c88cc0edd
|
Bug 899435. Tidy up pt 3 - d3d11. r=Bas
|
2013-08-01 17:00:47 +12:00 |
|
Nicholas Cameron
|
2c1df8d4a1
|
Bug 899435. Tidy up pt 2 - d3d9. r=Bas
|
2013-08-01 17:00:41 +12:00 |
|
Nicholas Cameron
|
a6d93406ff
|
Bug 899435. Tidy up pt 1. r=mattwoodrow
|
2013-08-01 17:00:16 +12:00 |
|
Nicholas Cameron
|
def738e00d
|
Bug 874721; implement CreateRenderTargetFromSource and clear surfaces before use. r=Bas
|
2013-08-01 16:53:07 +12:00 |
|
Nicholas Cameron
|
f750850fee
|
Bug 874721; Re-fix WebGL. r=mattwoodrow
|
2013-08-01 16:53:04 +12:00 |
|