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
Carsten "Tomcat" Book
e152dca739
Backed out changeset 3a3c05f46c5e (bug 1093611)
2014-11-25 11:01:23 +01:00
Valentin Gosu
840f83a812
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
7f81f32d9e
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
Seth Fowler
a4a4c67956
Bug 1103157 (Part 2) - Replay notifications to new nsImageLoadingContent observers. r=tn
2014-11-24 23:42:43 -08:00
Masayuki Nakano
5fcfc13038
Bug 1077345 part.6 Add NS_COMPOSITION event which automatically commits composition with its mData r=smaug
2014-11-25 14:02:32 +09:00
Masayuki Nakano
15a6678731
Bug 1077345 part.4 Add NS_COMPOSITION_COMMIT_AS_IS event which automatically commits composition with the last data r=smaug
2014-11-25 14:02:31 +09:00
Wes Kocher
25b4eb5299
Backed out changeset b3f742c00ba1 (bug 1103152
)
2014-11-24 17:04:30 -08:00
Wes Kocher
4cc15a268f
Backed out changeset b4b619628d1d (bug 1103368) for b2g build bustage
2014-11-24 17:03:44 -08:00
Jason Orendorff
7ebaeb9261
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 : 4fffe30636fdc5f0c708bc50f98c974c67cd4459
2014-11-22 12:23:39 -06:00
Jason Orendorff
70bf2f7446
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 : 40b75b926ae59d91c80374fc5b25d2a459ecb717
2014-11-21 15:14:58 -06:00
Andrea Marchesini
da62e9be2a
Bug 1104193 - nullcheck in nsContentUtils::GetASCIIOrigin, r=smaug
2014-11-24 21:43:11 +01:00
Andrea Marchesini
82b32b36c1
Bug 1104193 - nullcheck for the principal in nsContentUtils::GetUTFOrigin(), r=smaug
2014-11-24 20:54:59 +01:00
Boris Zbarsky
18dda4a9ef
Bug 1067541. Image preloads should not keep going once the actual image has started and gotten canceled. r=peterv
2014-11-24 11:57:49 -05:00
Carsten "Tomcat" Book
85b24e4e3e
Backed out changeset d26673206131 (bug 894137) for crashtest bustage
...
--HG--
rename : dom/base/crashtests/894137.html => content/base/crashtests/894137.html
2014-11-24 14:38:51 +01:00
Simon Montagu
40bb98462d
Fix errors in cset bd04d03f7980 (test for bug 894137)
...
--HG--
rename : content/base/crashtests/894137.html => dom/base/crashtests/894137.html
2014-11-24 04:06:44 -08:00
Bobby Holley
8c028920a4
Bug 1101769 - Tests. r=billm
2014-11-23 15:23:22 -08:00
Jonathan Kew
81caaca72d
Bug 1077515 - part 7 - Support physical caret movement and selection commands in nsGlobalWindowCommands. r=roc
2014-11-22 14:39:04 +00:00
Jonathan Kew
479949c885
Bug 1077515 - part 6 - Create a new nsISelectionController::PhysicalMove command. r=roc
2014-11-22 14:39:03 +00:00
David Anderson
442cb2b7b9
Put meta viewport support behind a pref (bug 1092450, r=kats).
2014-11-21 14:32:32 -05:00
Vladimir Vukicevic
f1205fc71d
Bug 1036606 - Extend mozRequestFullScreen to accept an options dict with a vrDisplay member; r=bz
2014-07-09 12:30:22 -07:00
Vladimir Vukicevic
c12136ff59
Bug 1036604 - Add VRDevice interfaces, navigator.getVRDevices call, and Oculus Rift gfxVR; r=bz,jrmuizel
2014-07-09 12:24:49 -07:00
Andrea Marchesini
8883a53fd9
Bug 1077393 - Rename ScalarValueString to USVString. r=smaug
...
--HG--
rename : dom/bindings/parser/tests/test_scalarvaluestring.py => dom/bindings/parser/tests/test_usvstring.py
rename : dom/bindings/test/test_scalarvaluestring.html => dom/bindings/test/test_usvstring.html
2014-11-20 12:58:00 +01:00
Karl Tomlinson
2c7a9e1789
bug 1096132 rename nsDeviceContext PixelScale to FullZoom r=tn
...
--HG--
extra : rebase_source : b78ffe7ffddf47a9646c1766626f48aed67ebb09
2014-11-10 15:47:55 +13:00
Mats Palmgren
1c00164ab4
Bug 907396 - Frame manager support for display:contents. r=bzbarsky
2014-11-20 18:24:09 +00:00