Commit Graph

230181 Commits

Author SHA1 Message Date
Martin Thomson
d6c2324c6d Bug 975144 - WebIDL changes for identity error handling refactor, r=jib,bz 2015-02-22 10:57:21 +13:00
Martin Thomson
b60cdaacee Bug 975144 - Enabling tests on e10s, r=jib 2015-02-22 10:57:21 +13:00
Martin Thomson
b7f628963c Bug 975144 - Adding IdP loading tests, r=jib 2015-02-22 10:57:20 +13:00
Martin Thomson
42e602a493 Bug 975144 - Updating RTC identity tests, r=jib 2015-02-22 10:57:20 +13:00
Martin Thomson
19a1f64280 Bug 975144 - Updating test IdP for new API, r=jib 2015-02-22 10:57:20 +13:00
Martin Thomson
c24d8aeadd Bug 975144 - Rework RTC identity to use JS sandbox, r=jib 2015-02-22 10:57:20 +13:00
Martin Thomson
63540e94d0 Bug 975144 - Tests for rtcIdentityProvider property, r=gabor 2015-02-22 10:57:20 +13:00
Martin Thomson
806e4e2764 Bug 975144 - Adding rtcIdentityProvider to sandbox global scope, r=gabor 2015-02-22 10:57:20 +13:00
Martin Thomson
a2154ee959 Bug 975144 - Implementation of RTC identity DOM component, r=jib 2015-02-22 10:57:20 +13:00
Martin Thomson
aa1208b652 Bug 975144 - WebIDL changes for RTC identity sandbox, r=jib,bz 2015-02-22 10:57:20 +13:00
Ryan VanderMeulen
0bec52748a Backed out 2 changesets (bug 1127150, bug 1085283) for w-p-t failures.
Backed out changeset cc77a5165615 (bug 1127150)
Backed out changeset ef51eb31fa09 (bug 1085283)
2015-02-21 15:47:04 -05:00
Nikhil Marathe
3979592cfd Bug 1127150 - Fix FormData File filename. r=baku 2015-02-21 11:54:44 -08:00
Nikhil Marathe
f77619b803 Bug 1085283 - Patch 1 Implement FormData manipulation methods. r=baku 2015-01-28 17:04:28 -08:00
Benjamin Smedberg
e517c17a51 Bug 1133000 - Expose the protected-mode toggle in the Addons-manager UI options pane for Flash. r=Unfocused/MattN 2015-02-13 14:55:37 -05:00
Benjamin Smedberg
dc84cf633e Bug 1133003 part B - count Flash hangs and show UI if there is more than one in a session. This feature can be disabled at runtime by setting browser.flash-protected-mode-flip.enable. r=jaws 2015-02-19 17:43:24 -05:00
Benjamin Smedberg
3541be9125 Bug 1133003 part A - send a global observer notification when Flash hangs, r=aklotz 2015-02-19 14:52:04 -05:00
Jan de Mooij
78995a3cd2 Bug 1132584 - Fix bug with Ion OsiPoint register verifier. r=nbp 2015-02-21 20:20:46 +01:00
Jan de Mooij
0e184c580e Bug 1106982 - Stop doing script/pc lookup in GetNonexistentProperty if extra warnings are disabled. r=jorendorff 2015-02-21 20:20:44 +01:00
Masatoshi Kimura
0cff7003f5 Bug 1127339 - Followup to fix comments. DONTBUILD 2015-02-22 01:45:30 +09:00
Stephen Pohl
c2eaff2df9 Bug 1135242: Properly initialize media.eme.enabled during GMP tests, irrespective of the default. r=gfritzsche 2015-02-21 11:26:35 -05:00
Matthew Noorenberghe
04cadfbb86 Bug 1124888 - Record the effect of the saved formSubmitURL on autofilling login forms. r=dolske 2015-02-20 16:21:05 -08:00
Tooru Fujisawa
e869f1d45d Bug 1135338 - Do not run sharedtypedarray.js test if SharedArrayBuffer is not defined. r=jandem 2015-02-21 16:42:18 +09:00
André Reinald
b2b221690e Bug 1083344 - Tighten rules for Mac OS content process sandbox - "rules part". r=smichaud 2015-02-21 13:06:34 +01:00
André Reinald
02ebd8a364 Bug 1083344 - Tighten rules for Mac OS content process sandbox - "core part". r=smichaud 2015-02-18 14:10:27 +01:00
Brian Smith
729b7869c0 Bug 1133618 - Move test SHA1 function to pkixtestutil.cpp. r=mmc 2015-02-16 16:37:03 -08:00
Brian Smith
15a55b5a35 Bug 1130754 - Make PublicKeyAlgorithm an enum class. r=keeler 2015-02-14 13:25:09 -08:00
Bill Gianopoulos
9b1fe3bb33 Bug 1134618 - Change MaxILKSize to 0x7FF00000. r=khuey 2015-02-19 10:22:29 -05:00
Boris Kudryavtsev
93c870de1b Bug 1131763 - Remove dead constants in marionette.py. r=dburns 2015-02-19 18:30:00 -05:00
Ben Kelly
a8af3f49c3 Bug 1118845 P2 Make SharedWorker override parent LoadGroup with custom proxy callbacks. r=khuey 2015-02-21 10:09:17 -05:00
Ben Kelly
d1b4b90b0c Bug 1118845 P1 Add optional base context to LoadContext() constructor. r=smaug 2015-02-21 10:09:17 -05:00
Ben Kelly
d50dc1f096 Bug 1133939 P2 Add tests validating nsPipeOutputStream AsyncWait behavior. r=froydnj 2015-02-21 09:51:17 -05:00
Ben Kelly
994217b093 Bug 1133939 P1 Free buffer resources when an nsPipeInputStream is closed. r=froydnj
* * *
Bug 1133939 P1 interdiff 005 don't delete segments still being written
2015-02-21 09:51:17 -05:00
Gregory Szorc
e47bc4c102 Bug 1134028 - Don't assign flags to file that may not be defined
The renderer/d3d/d3d11/SwapChain11.cpp source file is only defined if
building on Windows. The generated moz.build was adjusting the .flags
of this file unconditionally. This worked up until now because the
moz.build was only being evaluated on Windows. However, this assumption
no longer holds true after work in bug 1132771 is complete.

Patch the generation script to put .flags adjustment for the file
in question behind the same conditional as the SOURCES assignment.
2015-02-21 07:26:30 -05:00
Xidorn Quan
b0542ec55a No bug - Fix some meta data of submitted w3c-css reftests. DONTBUILD 2015-02-22 00:48:05 +13:00
Xidorn Quan
c3cf551c1d Bug 1134432 part 6 - Add reftest for intrinsic isize calculation of ruby. r=dbaron 2015-02-22 00:39:33 +13:00
Xidorn Quan
6fb97f335e Bug 1134432 part 5 - Fix line breaks for intrinsic min isize calculation of ruby base container. r=dbaron 2015-02-22 00:39:33 +13:00
Xidorn Quan
99dd10e6b8 Bug 1134432 part 4 - Move line break checking code to an independent method for reuse. r=dbaron 2015-02-22 00:39:33 +13:00
Xidorn Quan
f6fb4bc548 Bug 1134432 part 3 - Move a function upwards for reuse. r=dbaron 2015-02-22 00:39:33 +13:00
Xidorn Quan
489efc605e Bug 1134432 part 2 - Fix basic inline min/pref isize calculation of ruby frames. r=dbaron 2015-02-22 00:39:33 +13:00
Xidorn Quan
a18446ea1b Bug 1134432 part 1 - Suppress break inside ruby when calculating intrinsic isize. r=dbaron
Breaks during reflow have been suppressed in bug 1098272.
2015-02-22 00:39:33 +13:00
Masatoshi Kimura
8f99dc2e85 Bug 1127339 - Move SSLv3 detection out of aboutNetError.xhtml. r=gijs 2015-02-21 17:20:23 +09:00
Masatoshi Kimura
c584cd0cbb Bug 1127339 - Assign a dedicated error code for SSLv3 in docshell. r=bz 2015-02-21 17:20:22 +09:00
Masatoshi Kimura
43f23d98e1 Bug 1127339 - Detect SSLv3-only server in PSM. r=keeler 2015-02-21 17:20:22 +09:00
Daniel Holbert
2624adf3e5 Bug 1135181: Remove unnecessary 'nsresult' return value from nsCSSRuleProcessor::Startup(), since it always succeeds. r=heycam 2015-02-20 22:31:09 -08:00
James Willcox
5c310df1f7 Bug 1090300 - Repopulate input buffers when necessary in Android media decoder r=gcp 2015-02-20 23:03:40 -06:00
Boris Zbarsky
b7e936ba13 Bug 742194 part 2. Use the new uncatchable exception machinery in worker XHR code. r=khuey 2015-02-20 23:58:40 -05:00
Boris Zbarsky
b1e1e53e87 Bug 742194 part 1. Add support for throwing uncatchable exceptions to Web IDL bindings. People keep asking for this. r=khuey 2015-02-20 23:58:36 -05:00
Mats Palmgren
04da2350f4 Bug 1128722 - part 2, tests. 2015-02-21 04:27:59 +00:00
Mats Palmgren
40f9adf838 Bug 1128722 - part 1, Call SetDirection as soon as we decide it needs to change. r=smaug 2015-02-21 04:27:59 +00:00
Mats Palmgren
3b4c3fa718 Bug 1129078 - part 6, Test suite for ordinary multi-range selections (non-generated ranges). 2015-02-21 04:27:59 +00:00