Andrea Marchesini
77695fd5ca
Bug 919106 - test_pointerlock-api.html Disabled for windows, r=RyanVM
2015-01-15 16:47:37 +00:00
Jason Orendorff
7e067c2bed
Bug 1112778, part 10 - Rename the remaining nonstandard internal methods, such as JSObject::getGenericAttributes -> js::GetPropertyAttributes. r=Waldo.
...
--HG--
extra : rebase_source : ca12f2f784cacbec9721c07a1b7e61f72687fb53
extra : amend_source : ded50e2f93b4027dc2ec94198826393b2349c0f7
2014-12-18 13:28:06 -06:00
Jason Orendorff
09b2b3f4ce
Bug 1112778, part 9 - Rename JSObject::freeze -> FreezeObject and others. r=Waldo.
...
Some of the bits of implementation added for ES5 have been given names in ES6, so
JSObject::sealOrFreeze -> js::SetIntegrityLevel
JSObject::isSealedOrFrozen -> js::TestIntegrityLevel
JSObject::ImmutabilityType -> js::IntegrityLevel
--HG--
extra : rebase_source : 311a69b68cbe4e1b1989d1fce32e97421a30503d
2014-12-18 10:48:42 -06:00
Jason Orendorff
aba8bd2607
Bug 1112778, part 8 - Rename JSObject::deleteGeneric -> js::DeleteProperty. r=Waldo.
...
--HG--
extra : rebase_source : 30894944a6c8c577e30a5beb20b6318dbd429ed3
2014-12-18 08:47:06 -06:00
Jason Orendorff
89c2ccce99
Bug 1112778, part 7 - Rename JSObject::{get,set}Generic etc. -> js::{Get,Set}Property and add a few comments. r=Waldo.
...
--HG--
extra : rebase_source : 870f07770a9417a5748a3eefeb83125688c505a5
2014-12-18 08:35:42 -06:00
Jason Orendorff
55b4610354
Bug 1112778, part 6 - Rename JSObject::lookupGeneric, etc. -> js::LookupProperty and JSObject::hasProperty -> js::HasProperty. r=Waldo.
...
--HG--
extra : rebase_source : a9d9e86ac11ea71a1cf665315c23044d445e3891
2014-12-18 07:32:36 -06:00
Jason Orendorff
73ae289fe0
Bug 1112778, part 5 - Rename JSObject::defineGeneric etc. -> js::DefineProperty, js::DefineOwnProperty -> js::StandardDefineProperty (for the moment--the plan is to unite these soon, both the name and the implementation). r=Waldo.
...
--HG--
extra : rebase_source : 5d1b94876f56829698bc53e71301d6ff13b6e757
2014-12-18 06:54:09 -06:00
Jason Orendorff
1374a854a3
Bug 1112778, part 4 - Rename a static function HasProperty -> GetPropertyIfPresent, to get it out of the way for js::HasProperty, which is coming in a subsequent patch. Remove the js::GetOwnPropertyDescriptor signature that makes an object: it was only used in one place. r=Waldo.
...
--HG--
extra : rebase_source : 94889a6baee0f5dd967af97f6a7d7cb84304a037
2014-12-18 06:17:10 -06:00
Jason Orendorff
cdf210bbae
Bug 1112778, part 3 - Rename JSObject::preventExtensions -> js::PreventExtensions and a few others, and move them to jsobj.cpp. Uninline several functions that have no business being inlined. r=Waldo.
...
--HG--
extra : rebase_source : 72a7c9c5fd60b20a66fb4c98c062e9c0d8cf4391
2014-12-18 05:26:42 -06:00
Jason Orendorff
0a7eb056ad
Bug 1112778, part 2 - Rename js::DefaultValue -> js::OrdinaryToPrimitive. r=Waldo.
...
--HG--
extra : rebase_source : 90e9de457d157d0ac30308ceb633f981917645ff
2014-12-18 05:02:30 -06:00
Jason Orendorff
0c2a776c36
Bug 1112778, part 1 - Remove namespace baseops. Rename js::baseops::DefineGeneric -> js::NativeDefineProperty and so on. r=Waldo.
...
--HG--
extra : rebase_source : ccf7af516f0b7d9ee464dc8445812a89dc1b8654
2014-12-17 15:55:32 -06:00
James Graham
9c3b4badfa
Bug 1121962 - Small fixes to web-platform-tests upstreaming script, r=Ms2ger
2015-01-15 16:19:14 +00:00
Mason Chang
388c580a7f
Bug 1120753 - Fallback to software vsync if hardware vsync fails to initialize on b2g. r=kats,mwu
2015-01-15 07:56:12 -08:00
Kartikaya Gupta
4c756d11c9
Bug 1121430 - Back out 4 csets from bug 1112212 for breaking backspace on Android. r=backout
2015-01-15 10:52:05 -05:00
Kartikaya Gupta
8bf3d6904d
Bug 920036 - Send touch inputs through the APZ before sending them to the gecko thread. r=mwu,dvander,smaug
2015-01-15 10:37:54 -05:00
Kartikaya Gupta
48f389c563
Bug 1119497 - Rename the HitTestResult enum values in light of the new hit-test code. rs=botond
2015-01-15 10:37:54 -05:00
Kartikaya Gupta
fa75a65bf4
Bug 1119497 - Don't continue searching if we hit a layer that has no containing APZC. r=botond
2015-01-15 10:37:54 -05:00
Kartikaya Gupta
3ef9596be2
Bug 1121033 - Respect mozpasspointerevents when building event regions. r=roc
2015-01-15 10:37:54 -05:00
Nicolas B. Pierron
4342066bd4
Bug 1118911 - GetPcScript should care about bailout frames. r=jandem
2015-01-15 16:28:15 +01:00
Nicolas B. Pierron
9473ca8e79
Bug 1121299 - Let GVN fold MSimdBox when it can fold MSimdConstants. r=sunfish
2015-01-15 16:28:14 +01:00
Andrew Halberstadt
47966fa82b
Bug 1120983 - [manifestparser] Split manifestparser.py into several smaller files, r=wlach
...
Simple refactor that moves logic out of manifestparser.py and into cli.py, expression.py and ini.py.
--HG--
extra : rebase_source : dd454973cdb3bcb7ec29dd2e1c0c594e3b3fb817
2015-01-15 09:37:51 -05:00
Tooru Fujisawa
7064c00566
Bug 1117580 - Throw an exception if PR_APPEND is passed without PR_TRUNCATE to nsAtomicFileOutputStream::Init. r=yoric
2015-01-16 00:01:46 +09:00
Ted Mielczarek
0c38f97210
bug 1100335 - Use OutputDebugString on Windows in js_DumpBacktrace. r=jorendorff
...
--HG--
extra : rebase_source : 7856d22b24385dc475ce9975da66f3e94ab0b154
2014-12-17 13:24:57 -05:00
David Parks
aef6fa4431
Bug 1051842 - Part 4 - crash in -[ChildView keyDown:]. r=masayuki
...
Make the PBrowser::SetInputContext message synchronous when remote browsing.
2014-08-20 23:34:18 -07:00
David Parks
14b7eadd94
Bug 1051842 - Part 3 - crash in -[ChildView keyDown:]. r=masayuki
...
Normalize secure input requests. We have been counting the number of
requests for secure input with the intent of requiring the equal amount
of disable requests, but this behavior would not gain anything and the
implementation actually never disabled requests - it always zeros out
the count. This patch makes the zeroing-out behavior more consistent.
DisableSecureEventInput should probably be removed.
2014-08-20 23:09:44 -07:00
David Parks
9b7217c794
Bug 1051842 - Part 2 - crash in -[ChildView keyDown:]. r=masayuki
...
In e10s, each nsFocusManger (main/chrome and content/tab) operates on its own content tree with its own InputContext. They also communicate their InputContexts with the OS widget (nsChildView on mac, nsWindow on Windows). Prior to this patch, the OS widgets didn't distinguish between main and content InputContexts. When GetInputContext was called on the OS widget, it would return whatever InputContext it had set last. This patch distinguishes between InputContexts in the widget.
2014-08-27 22:06:41 -07:00
David Parks
d72e351c3e
Bug 1051842 - Part 1 - [e10s] crash in -[ChildView keyDown:]. r=smichaud
...
Fix Cocoa window IME focus test to work even if window has not received
OSX main-window status.
2015-01-12 08:26:05 -08:00
Carsten "Tomcat" Book
9a85475001
Merge mozilla-central to mozilla-inbound
2015-01-15 14:29:31 +01:00
Carsten "Tomcat" Book
d3d19914b9
merge mozilla-inbound to mozilla-central a=merge
2015-01-15 14:12:10 +01:00
Carsten "Tomcat" Book
229e2d3a33
merge fx-team to mozilla-central a=merge
2015-01-15 14:07:12 +01:00
Hannes Verschore
4d8309e655
Bug 1118235: Disable AVX for now due to performance regressions, r=jandem
2015-01-15 10:07:09 +01:00
Xidorn Quan
f4e0c9d6ea
Bug 1055667 part 7 - Reftests for box properties on ruby boxes. r=dbaron
...
--HG--
extra : source : 4f6b9fe27d00b364047c0834608eb4c643bc2167
2015-01-15 20:02:11 +11:00
Xidorn Quan
99f047ca5b
Bug 1055667 part 6 - Fix border/padding of ruby frame. r=dbaron
...
--HG--
extra : source : 42391b99e060a7b3c4e281ce2a4fda77cb3e4efc
2015-01-15 20:02:11 +11:00
Xidorn Quan
8a784069eb
Bug 1055667 part 5 - Make nsRubyFrame inherit nsInlineFrame. r=dbaron
...
--HG--
extra : source : 2ebca66c36f692cf29cbeb1eb64c6760bb75847c
2015-01-15 20:02:11 +11:00
Xidorn Quan
439c408a33
Bug 1055667 part 4 - Compute border/padding to zero for rbc & rtc. r=dbaron
...
--HG--
extra : source : e863414c6ceef1cbfb2b47a3abc64b93500060f8
2015-01-15 20:02:11 +11:00
Xidorn Quan
7c9cdd58ff
Bug 1055667 part 3 - Suppress border/padding space on rbc/rtc frames. r=dbaron
...
--HG--
extra : source : 5025e0967ab9f189bb07af307733fcddcf90eb35
2015-01-15 20:02:11 +11:00
Xidorn Quan
f923809d78
Bug 1055667 part 2 - Remove unnecessary param of SetBSizeFromFontMetrics. r=dbaron
...
--HG--
extra : source : aa79c8cebf3e2ab0fd4335eaa3c630a43dbe81f2
2015-01-15 20:02:11 +11:00
Xidorn Quan
f79b36964b
Bug 1055667 part 1 - Allow inline direction margin of ruby base/text boxes. r=dbaron
...
--HG--
extra : source : 55f6a4607daa265757528e7a94f5ba6c9b6d773a
2015-01-15 20:02:11 +11:00
Carsten "Tomcat" Book
d4dd896fce
Backed out changeset d1864ee9f2b2 (bug 1110950) for R5 Test failures on a CLOSED TREE
2015-01-15 09:32:18 +01:00
Shu-yu Guo
74dd875177
No bug: allow unhandlable as well as handlable OOMs in bug852801.js. (r=sfink)
2015-01-14 22:57:36 -08:00
Shu-yu Guo
c4005df133
Bug 963879 - Part 4: Tests. (r=jimb)
2015-01-14 22:57:36 -08:00
Shu-yu Guo
a2534a35ac
Bug 963879 - Part 3: Add Debugger.Environment.prototype.optimizedOut. (r=jimb)
2015-01-14 22:57:35 -08:00
Shu-yu Guo
b10d943097
Bug 963879 - Part 2: Synthesize completely optimized out scopes. (r=jimb)
2015-01-14 22:57:35 -08:00
Shu-yu Guo
84cc89195b
Bug 963879 - Part 1: Overhaul ScopeIter and StaticScopeIter to share iteration logic and to go through evals. (r=luke)
2015-01-14 22:57:35 -08:00
Daniel Holbert
9c2d7f9d33
Bug 1039165: Replace spammy NS_ENSURE_TRUE in nsDocShell::CheckLoadingPermissions with simple early-return. r=bholley
2015-01-14 22:54:39 -08:00
Mark Capella
ff76151407
Bug 1119689 - FindInPage bug after switching tabs using same string and Next or Back button, r=wesj
2015-01-15 01:47:43 -05:00
Daniel Holbert
c07d3703bb
Bug 1110950: Trigger a reflow (as well as a repaint) for changes to 'object-fit' and 'object-position', so subdocuments can be repositioned/resized. r=roc
2015-01-14 22:43:05 -08:00
Kevin Chen
8135189e12
Bug 1120268 - Remove mozChromeEvent sent from hardware keys in shell.js r=fabrice
2015-01-15 14:40:38 +08:00
B2G Bumper Bot
0f5ed6c4d5
Bumping manifests a=b2g-bump
2015-01-14 22:38:26 -08:00
B2G Bumper Bot
81e003030c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/03effd580348
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #26766 from EragonJ/bug-1106835
Bug 1106835 - [Settings][RTL] Follow-up bug, Fixed security translations...
========
https://hg.mozilla.org/integration/gaia-central/rev/38c8760a65fd
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1106835 - [Settings][RTL] Follow-up bug, Fixed security translations with a proper way
2015-01-14 22:36:48 -08:00