Граф коммитов

376270 Коммитов

Автор SHA1 Сообщение Дата
Vladimir Vukicevic 7dd2f3251a b=1052518; remove --disable-webgl; r=jgilbert 2014-08-12 12:04:36 -04:00
Vladimir Vukicevic 30ef1c1524 b=1046222; change XPCOM_DEBUG_BREAK default under Windows to "warn"; r=bsmedberg 2014-08-12 12:04:32 -04:00
Douglas Crosher acba46f1e6 Bug 1051591 - IonMonkey: Fix MIPS backend after SIMD x86/x64: Regalloc and moves bits. r=bbouvier 2014-08-12 11:24:53 +10:00
Martijn Wargers 00a7e59dd2 Bug 1051157 - Fix TEST-UNEXPECTED-FAIL for test_bug789713.html. r=bholley 2014-08-11 15:04:37 -07:00
Walter Litwinczyk 6ee98f2f8d Bug 1038899 - WebGL fix attribute and uniform name lookup in WebGLProgram. r=jgilbert, r=vlad 2014-08-11 14:36:30 -07:00
Ben Cartwright-Cox 133acff6fa Bug 1025002 - Update .et in PSL. r=gerv 2014-06-25 08:31:00 -04:00
Gervase Markham 4816930126 Bug 1024740 - Change one instance of engineering to engineer in the PSL. r=gerv 2014-06-13 02:40:00 -04:00
Jason Orendorff a5ca480b50 Bug 1037718 - Remove JS_GetTypeName. r=jwalden.
--HG--
extra : rebase_source : aeed86df0181573e6391be52a0114107cba06369
2014-08-06 07:17:04 -05:00
Jason Orendorff c861809092 Bug 1041261, part 6 - Update a few comments in XPConnect for symbol jsids. r=bholley.
--HG--
extra : rebase_source : 7cc34c1653d50080fe5dc2da695203a7972e2530
2014-08-02 06:54:58 -05:00
Jason Orendorff 56724afcf7 Bug 1041261, part 5 - In DOM bindings implemented as proxies, don't call a named getter/setter/deleter if the id is a symbol. r=peterv.
--HG--
extra : rebase_source : 0ec7dad0ed1364d07cf2a8731f7980ab4c89cf7f
2014-08-04 14:20:57 -05:00
Jason Orendorff 244b95dfbf Bug 1041261, part 4 - Use foundVar and resultVar to move a few declarations in DOM binding code. r=peterv.
Now the "bool found;" and "bool result;" declarations are added in the outermost scope where they're going to be used, rather than the scope of the method call that sets them. Until now, those have always been the same scope; part 5 will put an if-block around certain method calls, making these two different scopes.

--HG--
extra : rebase_source : df60ef4c2ef400caaeb16a4950c86f5ba4c31319
2014-08-05 09:10:29 -05:00
Jason Orendorff 84968c47b4 Bug 1041262, part 3 - Codegen scoping changes. r=peterv.
This changes CGProxyNamedPresenceChecker to permit declaring the `found` and/or `result` variables in an outer scope. The default is still to declare them in the innermost scope containing the method call.

--HG--
extra : rebase_source : 7060a9b6f829be0c2b86e701b09d7438798fb87c
2014-08-05 11:53:37 -05:00
Jason Orendorff 0e84feed18 Bug 1041261, part 2 - Changes to dom/plugins for symbol jsids. r=jst.
--HG--
extra : rebase_source : 4bcf6e59efcdecdb1d490c8a4c782b43ad70c7eb
2014-08-06 12:33:53 -05:00
Jason Orendorff 499b0e8532 Bug 1041261, part 1 - A collection of minor fixes inside the JS engine involving symbol jsids. r=terrence.
--HG--
extra : rebase_source : 3c8cac5257ca18fe7668a3bfa8620d6eb492832c
2014-07-31 16:21:13 -05:00
Jason Orendorff acc12063b9 Bug 1037313 - Fix bogus assertion with watchpoint and symbol. r=jwalden.
--HG--
extra : rebase_source : c98771c4124712255a9de8282c9658219631ca06
2014-07-18 23:34:56 -05:00
446240525@qq.com, Jason Orendorff 6f4818d737 Bug 1042602 - Symbol behavior changes in ES6 draft rev 26. r=h4writer.
--HG--
extra : rebase_source : 7af12add5ae1c0aabfc42f73b18dd932ba93aad3
2014-07-31 09:05:18 -05:00
James Graham 8b7f07d43a Bug 1050408 - Remove uses of logging.warn from DeviceManager, r=wlach 2014-08-12 14:37:22 +01:00
Geoff Brown 1eb77ff50d Bug 675039 - Enable some netwerk xpcshell tests; no review 2014-08-12 07:17:14 -06:00
Paul Adenot b636eabf1a Bug 1023947 - Revert part of a patch added by mistake, adding back a media file in the content/media manifest. 2014-08-12 13:54:04 +02:00
Ms2ger 5b546538b2 Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst
This also includes a test that mozMatchesSelector is still exposed and works.

--HG--
rename : js/xpconnect/tests/chrome/test_mozMatchesSelector.xul => js/xpconnect/tests/chrome/test_matches.xul
rename : js/xpconnect/tests/mochitest/file_mozMatchesSelector.html => js/xpconnect/tests/mochitest/file_matches.html
2014-08-12 14:30:59 +02:00
Ed Morley f10bc818e5 Backed out changeset 48e333722371 (bug 1045886) for assertions during test_bug437844.xul 2014-08-12 12:00:13 +01:00
Julian Seward 39acca7bb0 Bug 1050185 - Make ThreadStackHelper::FillThreadContext Valgrind-friendly. r=nchen 2014-08-12 12:15:06 +02:00
Valentin Gosu 01e9603ddb Bug 1045886 - Remove Cache directory from Android profiles r=michal 2014-08-12 12:04:13 +03:00
Nigel Babu 9bb67b6622 Merge m-c to m-i 2014-08-12 12:20:36 +05:30
Matt Woodrow 7880b2f2f8 Bug 1049450 - Revert pre-rendering heuristic changes from bug 1034247. r=roc
--HG--
extra : rebase_source : c5dd220f5cf6b51a4cb0ef552f792dfcf621445c
2014-08-12 18:02:55 +12:00
Nigel Babu a40ca1f89d Backed out changeset 54b5997186eb (bug 1050036) for mochitest bustage on A CLOSED TREE 2014-08-12 11:00:15 +05:30
Chris Double e8ebcb5e39 Bug 1052239 - MSE main thread assertion when seeking - r=kinetik
--HG--
extra : rebase_source : 7127180b4257434d65488f9ca7acbcc77bb77e6c
2014-08-12 15:50:57 +12:00
B2G Bumper Bot 8496cec82d Bumping manifests a=b2g-bump 2014-08-11 20:38:42 -07:00
B2G Bumper Bot b609d8b672 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16edff8f2d1e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1042105 - [User Story] Icon prioritization in the status bar"

This reverts commit 7e4678128cdd6d296b67679fbe827845d19e7ec7.
2014-08-11 20:35:31 -07:00
Nigel Babu 7f86114f33 Backed out changeset 2d0ebc1bc7d6 (bug 1036233) for build bustage ON A CLOSED TREE 2014-08-12 09:00:30 +05:30
Nigel Babu b241b4cbb6 Backed out changeset c5d50f1bc995 (bug 1036233) for build bustage ON A CLOSED TREE 2014-08-12 09:00:20 +05:30
Nigel Babu 7e1903b51c Backed out changeset a471c7c73409 (bug 1036234) for build bustage on A CLOSED TREE 2014-08-12 09:00:08 +05:30
B2G Bumper Bot 7d1a2eb241 Bumping manifests a=b2g-bump 2014-08-11 19:54:09 -07:00
B2G Bumper Bot 161c9482df Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e96b90ea2b6a
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #22444 from sudheesh001/Patch_1032036

Fixes bug 1032036, build/test/integration/multilocale.test.js r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/227d1a81cfe4
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Bug 1032036 - Fix jshint error for build/test/integration/multilocale.test.js r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/8f4bda4ac902
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #22715 from sudheesh001/Patch_1032032

Fixes Bug 1032032 in build/test/integration/distribution.test.js r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/72c6d463889a
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Fixes Bug 1032032 in build/test/integration/distribution.test.js

========

https://hg.mozilla.org/integration/gaia-central/rev/43c2b10c2440
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #22651 from crh0716/1050402

Bug 1050402 - Should not skip the current navigation when there is a pending one r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/44f446896684
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1050402 - Should not skip the current navigation when there is a pending one

========

https://hg.mozilla.org/integration/gaia-central/rev/15d757bcf576
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #22613 from cctuan/1039935

Bug 1039935 - [User Story] Re-implement NFC URL sharing in System Browser

========

https://hg.mozilla.org/integration/gaia-central/rev/d89db2ab187d
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1039935 - [User Story] Re-implement NFC URL sharing in System Browser

========

https://hg.mozilla.org/integration/gaia-central/rev/00bd408ee993
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #22659 from mnjul/bug_1050052_lockscreen_homescreen_bg_darkness

Bug 1050052 - Change Lockscreen & Homescreen background underlay darkness. r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/201dec1ee38a
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1050052 - Change Lockscreen & Homescreen background underlay darkness
2014-08-11 19:53:58 -07:00
Jamin Liu c87d6c4079 Bug 1036234 - Implement pairing event handlers of BluetoothAdapter. r=btian, r=mrbkap
- EventHandler ondevicepaired;
- EventHandler ondeviceunpaired;
2014-08-12 10:49:59 +08:00
Jamin Liu c435cb1254 Bug 1036233 - Implement pairing methods of Bluetooth API v2. r=btian, r=mrbkap
- Promise<void> pair(DOMString aAddress)
- Promise<void> unpair(DOMString aAddress)
- sequence<BluetoothDevice> getPairedDevices()
2014-08-12 10:49:53 +08:00
Jamin Liu 6ddcdd1ef6 Bug 1036233 - Initialize the data member of BluetoothDevice. r=btian 2014-08-12 10:49:43 +08:00
B2G Bumper Bot 65b0bce0f8 Bumping manifests a=b2g-bump 2014-08-11 19:11:25 -07:00
B2G Bumper Bot 950d978ee8 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2f9cab7d3a90
Author: Sherman Chen <shamenchens@users.noreply.github.com>
Desc: Merge pull request #22709 from shamenchens/Bug1051672-TabletAppList

Bug 1051672 - Update tablet app list, r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/5cf16f9912cc
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1051672 - Update tablet app list

========

https://hg.mozilla.org/integration/gaia-central/rev/f6f1bb0be7da
Author: Sherman Chen <shamenchens@users.noreply.github.com>
Desc: Merge pull request #22607 from shamenchens/Bug1048711-L10NDeviceType

Bug 1048711 - L10N with device type follow up, r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/8455c476a2ea
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1048711 - L10N with device type follow up
2014-08-11 19:05:34 -07:00
Nicholas Nethercote e8baa9a8c6 Bug 1050036 - Reduce default and minimum capacity of pldhash. r=roc. 2014-08-11 18:16:43 -07:00
Bobby Holley 6cb9ec6bc5 Bug 1050049 - Tests. r=smaug 2014-08-11 20:06:56 -07:00
Bobby Holley 25f875bfcb Bug 1050049 - Implement bindToUntrustedContent attribute restriction. r=smaug 2014-08-11 20:06:55 -07:00
Bobby Holley af0cdef94f Bug 1050049 - Whitelist bindings that we actually expect to use in content. r=smaug 2014-08-11 20:06:55 -07:00
Benoit Jacob a16820eb73 Bug 777574 - Skip all quickCheckAPI tests on all linux/android/emulator slaves - r=kamidphish 2014-08-11 22:57:16 -04:00
Seth Fowler fd2bea91bd Bug 981924 Followup - Update the test for bug 595934 to match the new layout console category ON A CLOSED TREE. r=nigelb 2014-08-11 19:00:47 -07:00
B2G Bumper Bot 0c0cd0993f Bumping manifests a=b2g-bump 2014-08-11 18:11:27 -07:00
B2G Bumper Bot 1bfbb89fa7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ee1e566538ac
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #22743 from mcav/net-end

Bug 1048487 - [email/backend] node-net.js's end() method does not actual...

========

https://hg.mozilla.org/integration/gaia-central/rev/4bdeeee90eef
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1048487 - [email/backend] node-net.js's end() method does not actually close the socket. r=asuth
2014-08-11 18:05:39 -07:00
B2G Bumper Bot ae50048ac9 Bumping manifests a=b2g-bump 2014-08-11 17:01:27 -07:00
B2G Bumper Bot 69951faa39 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/503e799ca31f
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #21303 from awiss/signatures

Bug 847168 - [User Story] Email Signature r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/3c8dba9ceb98
Author: Alex Wissmann <awiss@mozilla.com>
Desc: Bug 847168 - [User Story] Email Signature
2014-08-11 16:55:34 -07:00
Kartikaya Gupta 3b7ce74516 Bug 1047639 - Use the touch pointer id instead of the index when tracking up/downs. r=mwu 2014-08-11 19:12:30 -04:00