Benoit Girard
0160d36a2e
Bug 1092320 - Log a warning to the console when will-change is out of budget. r=dbaron,khuey
...
--HG--
extra : rebase_source : edb72547f59ae3f62b4df323b81ff63ecb677b77
2014-11-22 00:35:20 -05:00
Jason Orendorff
3adebb6c77
Bug 1103368, part 5 - Make Class::getProperty and setProperty nullable instead of needing stub functions. Never store stub functions in JSPropertyDescriptors. r=bhackett.
...
--HG--
extra : rebase_source : a44070dd6155426ef6026c1575116f90b5fdac0c
extra : amend_source : 8d8fcf05dfd5fdf214a39501663347a6d6b56463
2014-11-22 12:23:39 -06:00
Nikhil Marathe
db791fb497
Bug 1107684 - ScriptSettings.cpp xpc::ErrorReport::Init() callers should not pass string where boolean is expected. r=bholley
2014-12-04 09:47:48 -08:00
Jason Orendorff
4724b42042
Bug 1103152
- Remove JS_DeletePropertyStub, JS_EnumerateStub, JS_ResolveStub, and JS_ConvertStub. Make five mandatory JSClass hooks optional (nullable). r=bhackett.
...
--HG--
extra : rebase_source : a349ef612573aff8f87b995a65df94ae56cab13d
extra : amend_source : bbfe549fe0735d8b33ffff66d7eeddcc2ad042d2
2014-12-02 16:56:35 -06:00
Boris Zbarsky
30dbf04fde
Bug 1012798 part 2. Stop defining a value property named "window" on the global. r=peterv
2014-12-09 14:44:37 -05:00
Neil Deakin
08bdf771e0
Bug 1060529, send the enabled state of child process commands to the parent on update, without the test, r=smaug,ehsan
2014-12-09 10:48:27 -05:00
Neil Deakin
9070c6ab3d
Bug 1060529, don't treat a raise of the child process window specially, r=smaug
2014-12-09 09:31:33 -05:00
David Anderson
fae21c73e9
Add scroll listeners to dispatch-to-content regions. (bug 1013432 part 5, r=tn)
...
--HG--
extra : rebase_source : babd42d9bdae722173821e800bc595fe662ee8f1
2014-12-09 02:38:23 -08:00
Wes Kocher
4f38e5819e
Backed out 2 changesets (bug 1060529) for introducing a new intermittent bc1 orange
...
Backed out changeset 5ddd9eb25925 (bug 1060529)
Backed out changeset d4f962fb38be (bug 1060529)
2014-12-08 16:40:55 -08:00
Wes Kocher
c659ea6bce
Backed out changeset bf25101e66cf (bug 1095098) for build bustage
2014-12-08 16:27:12 -08:00
Denis Volk
c3639f1324
Bug 1095098: move do_QueryObject templates into their own header r=froydnj
2014-11-20 12:20:10 +01:00
Christoph Kerschbaumer
974a3b93f8
Bug 1094067 - CSP: Parser should follow path production from RFC 3986 - parser tests (r=sstamm)
2014-11-14 15:06:27 -08:00
Christoph Kerschbaumer
4e734cf047
Bug 949706 - CSP: Correct handling of web workers importing scripts that get redirected (r=sstamm)
2014-11-21 12:54:51 -08:00
Sid Stamm
0724a0c19e
Bug 949706 - tests for CSP enforcement on redirects in CSS-based image loading and worker script importing (r=ckerschb)
2014-12-04 13:43:54 -08:00
Neil Deakin
bf446d189e
Bug 1060529, send the enabled state of child process commands to the parent on update, now with improved test, r=smaug,ehsan
2014-12-08 08:12:22 -05:00
Neil Deakin
177db62305
Bug 1060529, don't treat a raise of the child process window specially, r=smaug
2014-12-08 08:12:12 -05:00
Bobby Holley
6e61fa1c76
Bug 1103324 - Instantiate an AutoNoJSAPI when dispatching IPC messages. r=billm
2014-12-06 09:51:14 -08:00
Reuben Morais
a116469f30
Bug 1098470 - Move manifest.* scope from navigator.getFeature to navigator.hasFeature. r=ehsan
2014-12-03 10:50:46 -08:00
Fabrice Desré
10b2fef7f6
Bug 1003848 - Don't use sync messaging during BrowserElementChild initialization r=smaug
2014-11-24 11:05:35 -08:00
Carsten "Tomcat" Book
398c852277
Backed out changeset fb224386bea8 (bug 1003848) for bustage on a CLOSED TREE
2014-12-03 16:43:15 +01:00
Fabrice Desré
b1bbbaf15b
Bug 1003848 - Don't use sync messaging during BrowserElementChild initialization r=smaug
2014-11-24 11:05:35 -08:00
Boris Zbarsky
9cf057ee44
Bug 966385 followup to make the review comment code actually compile.
2014-12-01 15:27:19 -05:00
Boris Zbarsky
5035f8b14c
Bug 1104875. Ellipsize long unresponsive script locations so they don't make the slow script dialog too big. r=peterv
2014-12-01 15:18:40 -05:00
Boris Zbarsky
d7cbbd0050
Bug 966385. Stop using the deprecated GetInputEncoding in XHR code. r=peterv
2014-12-01 15:17:49 -05:00
Ehsan Akhgari
70c824e7ed
Bug 116083 - Correctly handle the whitespace in all preformatted elements; r=roc
...
Previously this code only handled the special case of a <body> element that
had an explicit style attribute, which doesn't really make sense. Now we
do the right thing based on the computed white-space style.
2014-12-01 06:38:11 -05:00
Olli Pettay
6439625d4a
Bug 1091934, increase EventSource tests stress factor, r=wellington
2014-11-30 17:51:33 -08:00
Alexander Surkov
667f507dab
Bug 1105273 - Accessibility mapping for aria-modal, r=davidb
2014-11-28 10:01:43 -05:00
peter chang
b81e773ad6
Bug 1090008 Dispatch SelectionStateChanged event for blur, r=roc r=smaug
2014-11-27 18:56:00 +01:00
pchang
3149b16d16
Bug 1090008 -Part 1 - Refactor the logic to dispatch selectionchange to TextDialog, r=roc
2014-11-28 05:35:00 +01:00
Carsten "Tomcat" Book
3c9909efb9
Merge mozilla-central to mozilla-inbound
2014-11-28 14:23:52 +01:00
Morris Tseng
6682e1351f
Bug 1101392 - Part 2: Add a command that collapse selection to end after copying. r=roc
2014-11-26 23:06:00 +01:00
Jan Varga
bcb1bd0f3c
Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan
...
--HG--
rename : dom/indexedDB/test/unit/bug1056939.zip => dom/indexedDB/test/unit/bug1056939_profile.zip
2014-11-28 09:44:12 +01:00
Giovanni Sferro
8f2d0cf2db
Bug 1100535 - Do not assume that the radio required status changed when the attribute changes. r=smaug
...
--HG--
extra : rebase_source : 5f6b36ba8a05507638d5ab4513864a308fa939c7
2014-11-27 17:40:00 -08:00
Neil Deakin
d7fab6a6dd
Bug 1072342, propagate the window activation state down to child process windows, r=smaug,mstange
2014-11-27 08:28:26 -05:00
Neil Deakin
3a5875bfe9
Bug 1072342, the child process doesn't have a main widget, r=smaug
2014-11-27 08:27:39 -05:00
Olli Pettay
91ef2e5d56
Bug 1105089, try to have shorter ICC slices during animations, r=mccr8
...
--HG--
extra : rebase_source : bfe8cc2825b7cb2ec86f6e8f5ba590593e1c378b
2014-11-27 13:47:51 +02:00
L. David Baron
ac0837a339
Bug 1100773 patch 2 - Convert style rule List methods to use fprintf_stderr. r=heycam
...
Note that getting decent logcat output on Android and B2G requires not
splitting lines of output across multiple fprintf_stderr calls.
2014-11-26 22:29:44 -08:00
L. David Baron
15771fb627
Bug 1100773 patch 1 - Fix bracing of indent loops in style rule print functions. r=heycam
2014-11-26 22:29:44 -08:00
Trevor Saunders
333d3d2125
bug 1105074 - make more stuff final r=froydnj
2014-11-25 13:56:07 -05:00
Blake Kaplan
0a803d9447
Bug 582297 - Make <keygen> work in e10s. r=billm/dkeeler
2014-11-26 14:28:28 -08:00
Seth Fowler
af27689cab
Bug 1060869 (Part 4) - Update SurfaceCache prefs to increase the cache size. r=dholbert,tn
2014-11-26 13:22:10 -08:00
Ryan VanderMeulen
7604cd09c2
Backed out changeset 82fd2eef7630 (bug 1060869) because the rest of this bug was backed out and it seems to be causing OSX Gip(f1) to be near permafail.
2014-11-26 16:06:53 -05:00
Boris Zbarsky
ae7e51d646
Bug 1087851 part 1. Rename WrapNewBindingObject to GetOrCreateDOMReflector to make it clearer what it does. r=peterv for the idea; patch itself is just search-and-replace
2014-11-26 14:25:20 -05:00
Carsten "Tomcat" Book
4635a39863
Backed out changeset ec354ea4ace0 (bug 1093611) for talos svgr bustage
2014-11-26 15:08:54 +01:00
Carsten "Tomcat" Book
577e76adb1
Backed out changeset 17d1b075e274 (bug 1093611)
2014-11-26 15:08:36 +01:00
Seth Fowler
840e1405a2
Bug 1060869 (Part 4) - Update SurfaceCache prefs to increase the cache size. r=dholbert,tn
2014-11-26 01:37:57 -08:00
Valentin Gosu
e4f56fec84
Bug 1093611 - Add/modify tests making sure Link,URL,nsLocation::GetHash don't unescape characters r=smaug
2014-11-12 05:59:24 +02:00
Valentin Gosu
6a9b04dd90
Bug 1093611 - AnchorElement.hash should be the encoded version of the href attribute's fragment r=smaug
2014-11-12 03:14:04 +02:00
Tobias Schneider
d104637117
Bug 1101124 - Check for a pref to always stop slow scripts r=bz
2014-11-20 20:25:39 -08:00
Carsten "Tomcat" Book
5e16e0045e
Backed out changeset 10a3cbe9e42f (bug 1093611) for w4 test failures
2014-11-25 11:02:02 +01:00