Dragana Damjanovic
1dd3851ed1
Bug 1073872 - Fix data encoding if a channel is diverted from a child back to the parent. r=sworkman
2014-11-07 07:50:00 +01:00
Shashank Sabniveesu
417a6677dd
Bug 940994 - Adding '.p7b' to 'known file types' list of 'Certificate Manager'. r=keeler
2014-10-07 14:30:00 +02:00
JW Wang
e2df15bd92
Bug 758476 - fix test_play_twice.html. r=cabjir
2014-11-03 18:17:00 +01:00
Julian Seward
48a6729fd1
Bug 788974 - Don't disable elfhack when enabling profiling on platforms supporting dl_iterate_phdr. r=glandium.
2014-11-10 09:31:09 +01:00
Carsten "Tomcat" Book
a49a56ccd3
Backed out changeset 936504af8ef1 (bug 826805) for m1 test failures
2014-11-10 08:18:09 +01:00
Carsten "Tomcat" Book
b84023eeae
Backed out changeset 06a8a827447d (bug 826805)
2014-11-10 08:17:53 +01:00
Carsten "Tomcat" Book
aaa8e2e7c9
Backed out changeset 1a2c37d55e5e (bug 949666) for m-9 test failures in B2G ICS Emulator debug
2014-11-10 08:10:30 +01:00
William Chen
e724a8a5ab
Bug 1091425 - Use the correct document when creating nodes in the HTML5 parser. r=hsivonen
2014-11-09 22:50:18 -08:00
John Daggett
105c0743b4
Bug 1096140 - clean out unused Linux font code. r=m_kato
2014-11-10 15:18:33 +09:00
Christoph Kerschbaumer
7d0fe11243
Bug 826805 - CSP: Allow http and https for scheme-less sources, tests (r=dveditz)
2014-11-05 20:46:41 -08:00
Christoph Kerschbaumer
a66cb006ac
Bug 826805 - CSP: Allow http and https for scheme-less sources (r=dveditz)
2014-11-05 17:45:54 -08:00
Nicholas Nethercote
93c1d909f0
Bug 1094564 - Used SegmentedArray in SnowWhiteKiller. r=smaug.
...
This patch generalizes SegmentedArray a little, and then uses it instead of
nsTArray in SnowWhiteKiller. This avoids some large (sometimes 1 MiB or more)
allocations which were usually mostly unused.
2014-11-09 14:57:09 -08:00
Xidorn Quan
a2663b162c
Bug 1063857 - Implement new justification algorithm. r=roc,masayuki
2014-11-10 12:25:17 +11:00
Xidorn Quan
f16b0e2980
Bug 1063857 - Improve selecting on justified characters. r=roc
2014-11-10 12:25:09 +11:00
Xidorn Quan
70928558b6
Bug 1063857 - Fix reftests for new justification algorithm.
...
--HG--
rename : layout/reftests/bugs/503399-ref.html => layout/base/tests/bug503399-ref.html
rename : layout/reftests/bugs/503399.html => layout/base/tests/bug503399.html
2014-11-10 12:24:51 +11:00
Anthony Jones
356e211d26
Bug 1091976 - Process MP4Reader::NotifyDataArrived() immediately; r=edwin
2014-11-10 13:32:09 +13:00
Chris Peterson
84cf9c1247
Bug 1095990 - Fix -Wnon-literal-null-conversion warnings in webrtc/signaling. r=jesup
2014-11-08 11:32:48 -08:00
Chris Peterson
3cc7f37dce
Bug 1095926 - Fix -Wcomment warning in OCSP test and mark some OCSP tests as FAIL_ON_WARNINGS. r=briansmith
2014-10-11 20:13:45 -07:00
Chris Peterson
bdfa7839f9
Bug 1095878 - Fix -Wunused-variable warning in toolkit/components/terminator and mark as FAIL_ON_WARNINGS. r=froydnj
2014-11-01 12:16:27 -07:00
Tom Schuster
d2c5d548aa
Bug 949666 - Save last used upload dir with e10s. r=billm
2014-11-09 20:26:14 +01:00
Benjamin Peterson
859c97f1f0
No bug - Remove extra words to make the sentence coherent. r=me
2014-11-09 13:45:27 -05:00
Benjamin Peterson
8e1838c0a1
No bug - fix typo r=me
2014-11-08 14:35:00 -05:00
Jonathan Meier
1f9f84ca36
Bug 270292 - "Unable to drag multiple attachments to OS file folder" [r=jmathies]
2014-08-26 15:24:00 +03:00
Neil Deakin
81c23ce60a
Bug 1060529, send the enabled state of child process commands to the parent on update, r=smaug,ehsan
2014-11-07 15:47:39 -05:00
Neil Deakin
ed4a0528a1
Bug 1060529, don't treat a raise of the child process window specially, r=smaug
2014-11-07 15:47:36 -05:00
Connor
c61254267f
Bug 575094 - Modify how prefservice is accessed so that it's from the parent process and not from the child process. Also re-enable test_bug528292_wrap.js. r=jdm
...
--HG--
rename : netwerk/test/unit_ipc/disabled_test_bug528292_wrap.js => netwerk/test/unit_ipc/test_bug528292_wrap.js
2014-10-29 23:58:03 -04:00
Jan-Ivar Bruaroey
2bfd9ebf32
Bug 1090293 - Fix failure to get audio on first getUserMedia after start r=jesup
...
fix GetTrackTypesAvailable to not report placeholder tracks
2014-11-07 23:25:22 -05:00
Jason Orendorff
6378e21c0a
Bug 1090537, part 12 - Change SetNonexistentProperty to use only receiver, not obj. No change in behavior. r=efaust.
...
(The behavior doesn't change because Unqualified is only passed from two call sites, and in both places, the same object is passed for both receiver and obj.)
--HG--
extra : rebase_source : 9e71c3aca2d35829c9be8386e4855ad050e12a13
extra : amend_source : 3f95d45b5d630f4a2d45869c84520b28dc936792
2014-10-25 11:24:55 -05:00
Jason Orendorff
26a25567b8
Bug 1090537, part 11 - Delete a special case for arrays in SetNonexistentProperty that is (a) unreachable; (b) redundant with a check in DefinePropertyOrElement. r=efaust.
...
The code being deleted would be ineffective even if we did have Reflect.set, but Reflect.set does enable a very near miss (where receiver, not obj, is an array), so we leave a sleeper test for that case.
--HG--
extra : rebase_source : ea38558aaa9e52ebb999cf1eea53abfde5608161
2014-10-28 12:49:17 -05:00
Jason Orendorff
2f8ebc4f64
Bug 1090537, part 10 - Factor out SetNonexistentProperty. No change in behavior. r=efaust.
...
--HG--
extra : rebase_source : f9bbad80dcb455bfccb5ad9cead6dcb7b53d71d3
2014-11-07 13:02:49 -06:00
Jason Orendorff
90f3f621bd
Bug 1090537, part 9 - Just move SetPropertyByDefining. No change in behavior. r=efaust.
...
--HG--
extra : rebase_source : 8accf39f3c7e3d9d4121244213173aa5581f57d3
2014-11-07 13:00:50 -06:00
Jason Orendorff
0366ca3095
Bug 1090537, part 8 - In SetPropertyHelper, if defining a new data property, define it on receiver, not obj. r=efaust.
...
Most of the diff is just renaming an argument. The only new code is necessary because unlike obj, receiver can be non-native.
--HG--
extra : rebase_source : 115769a212724dddec315663a7a7e71a9abaa992
2014-10-18 16:49:50 -05:00
Jason Orendorff
39c289ae46
Bug 1090537, part 7 - Eliminate useless attrs argument to SetPropertyByDefining. No change in behavior. r=efaust.
...
--HG--
extra : rebase_source : 4eb90cb86d576f9014265b9b00808a099f589915
2014-10-18 16:43:25 -05:00
Jason Orendorff
2d31f98731
Bug 1090537, part 6 - Factor out a big chunk of SetPropertyHelper into a separate function template, SetPropertyByDefining. No change in behavior. r=efaust.
...
--HG--
extra : rebase_source : 5bd292385b3d2a04f28311305a1cb99b27494193
2014-10-18 16:30:32 -05:00
Jason Orendorff
5d6d6bd995
Bug 1090537, part 5 - Remove legacy special case in baseops::SetPropertyHelper that cloned the getter and setter of JSPROP_SHADOWABLE properties when shadowed on another native object. r=Waldo.
...
--HG--
extra : rebase_source : c1478c335a9f5a1484b87ce9c566f1f8c4d9f20d
2014-10-15 14:05:29 -05:00
Jason Orendorff
796c43b41c
Bug 1090537, part 4 - Take NativeSet private. No change in behavior. r=efaust.
...
--HG--
extra : rebase_source : 1c802d28c3f828412624cdcc689fa4a76ee3e59c
2014-10-15 12:08:37 -05:00
Jason Orendorff
1cb459082b
Bug 1090537, part 3 - Pass receiver argument through from JSObject::setGeneric and setElement to Proxy::set. r=efaust.
...
ES6 specifies [[Set]] as an operation taking both a "this" object and a "receiver" parameter. Both JSObject::setGeneric and Proxy::set support the receiver parameter, but ObjectOps::setGeneric does not; in this patch, we add a little workaround for that. The test shows how this is observable using only standard builtins.
The changes in JSObject::setElement are untestable since currently all call sites pass the same value for obj as for receiver.
(This was reviewed as "part 2" but it was necessary to switch parts 2 and 3 and add part 2b.)
--HG--
extra : rebase_source : 617decfa9be34b01a0f923a9717ad2544d913af9
2014-10-15 22:54:57 -05:00
Jason Orendorff
848815a7c5
Bug 1090537, part 2b - In Proxy::set, do not assume that proxy == receiver or that both have the same handler. r=efaust, r=bholley.
...
--HG--
extra : rebase_source : 0aa0e3e37a2a95f3cfa0399e4380de73a95ab48a
2014-10-28 20:58:36 -05:00
Jason Orendorff
eb368b6c3b
Bug 1090537, part 2a - In BaseProxyHandler::set(), do not assume that proxy == receiver or that both have the same handler. r=efaust.
...
(This was reviewed as "part 3" but it was necessary to switch parts 2 and 3 and add part 2b.)
--HG--
extra : rebase_source : 7ae9ba80620475ff3e001e7b1e041c98194152a6
extra : source : dd32aa64b825cff02ce72df7533cbcc57f782f8f
2014-10-16 08:06:13 -05:00
Jason Orendorff
2e6721851b
Bug 1090537, part 1 - Remove an old hack where Proxy::hasOwn permitted SET access. r=bholley.
...
The comments being deleted here are incorrect; Proxy::set no longer calls handler->hasOwn().
--HG--
extra : rebase_source : 328433d668e99e99373d77bb1956291fb788fac9
2014-10-17 07:33:57 -05:00
Nathan Froyd
5d8f978d1f
Bug 1095117 - forward-declare cycle collection things in nsRefPtr.h; r=mccr8
2014-11-07 09:13:18 -05:00
Mats Palmgren
9b682e440d
Bug 415491, part 4 - Make UnEscapeURIForUI always escape the result if it contains blacklisted characters. r=bzbarsky
2014-11-08 02:42:05 +00:00
Mats Palmgren
9d45d7860b
Bug 415491, part 3 - Use NS_EscapeURL of _retval as the result. r=bzbarsky
2014-11-08 02:42:04 +00:00
Mats Palmgren
eac1f5ee70
Bug 415491, part 2 - Implement a char16_t version of NS_EscapeURL. r=bzbarsky
2014-11-08 02:42:04 +00:00
Mats Palmgren
93b37186a4
Bug 415491, part 1 - Make UnEscapeURIForUI escape the URI if it contains any 'network.IDN.blacklist_chars' characters (except space). r=bzbarsky
2014-11-08 02:42:04 +00:00
Diwas Joshi
3edf35cc67
Bug 739568 - nsXULTreeGridRowAccesible should cache its kids as nsXULTreeGridCellAccessibles not generic accessibles, r=tbsaunde
2014-11-05 21:16:37 +05:30
Luke Wagner
2248a2dc58
Bug 1094570 - OdinMonkey: tidy up TryEnablingIon (r=hannes)
2014-11-05 17:30:30 -06:00
Wes Kocher
53c48d2d66
Merge m-c to inbound a=merge
2014-11-07 17:55:00 -08:00
Wes Kocher
a2b32b5515
Merge inbound to m-c a=merge
2014-11-07 17:48:37 -08:00
Wes Kocher
e258b12192
Merge fx-team to m-c a=merge
2014-11-07 17:35:52 -08:00