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

501343 Коммитов

Автор SHA1 Сообщение Дата
Xidorn Quan dc820f67ee Bug 1307357 part 2 - Fix issues appear after adding file to unified source. r=heycam
MozReview-Commit-ID: 5FkisMn3LKq

--HG--
extra : source : 1f83f48485df328f516b95f0c72f190441959068
2016-11-23 10:26:20 +11:00
Xidorn Quan 9be0143f3a Bug 1307357 part 1 - Make css::Rule hold StyleSheet rather than CSSStyleSheet. r=heycam
MozReview-Commit-ID: JsJa4YqpCZy

--HG--
extra : source : b2ad813e35665e9bfede2753f19de3730869fc2f
2016-11-23 10:26:20 +11:00
Tom Schuster d275b29717 Bug 1175823 - Import test262 mapped arguments tests. r=anba 2016-11-22 23:11:39 +01:00
Tom Schuster 6e42fa9706 Bug 1175823 - Implement [[DefineOwnProperty]] for mapped arguments object. r=arai 2016-11-22 23:11:15 +01:00
Nicholas Nethercote 7e1a8cf56c Bug 1315138 - gtestify storage/test/*.cpp. r=mak,erahm.
This change is mostly straightforward, except for the following.

- It removes all the printing from the do_check_* macros because gtest macros
  do appropriate printing.

- test_StatementCache.cpp needs some special gtest magic for the type
  parameterization.

- It merges the four tests in test_unlock_notify.cpp because they rely on being
  executed in order, and so aren't independent.

- storage_test_harness_tail.h is no longer necessary because gtest provides the
  test looping functionality.

- It uses #include and the preprocessor to remove the duplication between
  test_deadlock_detector.cpp and xpcom/tests/DeadlockDetector.cpp.

- It makes the test in test_service_init_background_thread.cpp a death test to
  force it to be the first storage gtest, because it fails otherwise.

- It adds code to undo the SQLite mutex hooking as necessary, so that tests
  don't interfere with each other.

- It de-virtualizes Spinner's destructor (as identified in bug 1318282).

--HG--
rename : storage/test/storage_test_harness.h => storage/test/gtest/storage_test_harness.h
rename : storage/test/test_AsXXX_helpers.cpp => storage/test/gtest/test_AsXXX_helpers.cpp
rename : storage/test/test_StatementCache.cpp => storage/test/gtest/test_StatementCache.cpp
rename : storage/test/test_asyncStatementExecution_transaction.cpp => storage/test/gtest/test_asyncStatementExecution_transaction.cpp
rename : storage/test/test_async_callbacks_with_spun_event_loops.cpp => storage/test/gtest/test_async_callbacks_with_spun_event_loops.cpp
rename : storage/test/test_binding_params.cpp => storage/test/gtest/test_binding_params.cpp
rename : storage/test/test_deadlock_detector.cpp => storage/test/gtest/test_deadlock_detector.cpp
rename : storage/test/test_file_perms.cpp => storage/test/gtest/test_file_perms.cpp
rename : storage/test/test_mutex.cpp => storage/test/gtest/test_mutex.cpp
rename : storage/test/test_service_init_background_thread.cpp => storage/test/gtest/test_service_init_background_thread.cpp
rename : storage/test/test_statement_scoper.cpp => storage/test/gtest/test_statement_scoper.cpp
rename : storage/test/test_transaction_helper.cpp => storage/test/gtest/test_transaction_helper.cpp
rename : storage/test/test_true_async.cpp => storage/test/gtest/test_true_async.cpp
rename : storage/test/test_unlock_notify.cpp => storage/test/gtest/test_unlock_notify.cpp
extra : rebase_source : dbb695c112564efa1945116be1a8435988982e74
2016-11-11 09:59:23 +11:00
Jet Villegas b15cdf0759 Bug 1283302: Sets the default value for nglayout.initialpaint.delay to 5ms on desktop (stays 250 ms on Android) per user research conclusions. r=tn
MozReview-Commit-ID: LWfmMoBcbnL
2016-11-22 13:54:40 -08:00
David Anderson a6b6c59253 Mark RenderFrameParent as initialized even if it failed to message the remote compositor. (bug 1319310, r=billm)
--HG--
extra : rebase_source : 70f0600493abf57e98fed0dd4b4587c96f2e94ae
2016-11-22 13:01:08 -08:00
Daniel Holbert 2254890482 Bug 1319428: Remove unused file svgBindings.xml. r=jwatt
(r=jwatt was granted on an earlier instance of this bug. Carrying forward.)

MozReview-Commit-ID: pix2vCqOcz
2016-11-22 13:21:35 -08:00
Daniel Holbert a4b633bdc7 Bug 1319458: Mark <body> as display:none during pageload of talos glterrain test. r=jmaher
MozReview-Commit-ID: LdUVInFYrDn
2016-11-22 13:13:45 -08:00
Jonathan Watt 5c0be72ef2 Bug 1310165 - Add a GetReferenceDrawTarget overload to PrintTargetCG to return a PDF CGContext backed DrawTarget. r=mstange 2016-11-17 16:25:19 +00:00
Geoff Brown 6ebd2eb0c4 Bug 1040769 - Enable test_bug570341.html; r=ehsan 2016-11-22 13:49:48 -07:00
Geoff Brown b752d59e3d Bug 1315749 - Run mochitest-chrome on Android x86; r=jmaher 2016-11-22 13:49:46 -07:00
Tom Schuster c7f2d3dba2 Bug 1213341 - Tests. r=arai 2016-11-22 20:53:39 +01:00
Tom Schuster 1c6223fdb4 Bug 1213341 - Add TI for error properties assigned by the initial shape. r=jandem 2016-11-22 20:53:38 +01:00
Tom Schuster f5ca1e8eea Bug 1213341 - Simplify Error Xray code. r=bholley 2016-11-22 20:53:38 +01:00
Tom Schuster 1044228316 Bug 1213341 - Handle the now ordinary error prototype object in stack. r=arai 2016-11-22 20:53:38 +01:00
Tom Schuster 493b990e35 Bug 1213341 - Use ordinary objects for Error prototypes. r=arai 2016-11-22 20:53:38 +01:00
David Anderson 4154688cf2 Fix dangling nsIWidget pointer in ClientLayerManager. (bug 1319213, r=mattwoodrow) 2016-11-22 11:36:45 -08:00
Frank-Rainer Grahl 069c0c4191 Bug 1300547 - Switch suite to standard autocomplete for search suggestions in fields. r=mconley 2016-11-22 20:29:33 +01:00
Wes Kocher 18726f190c Backed out changeset 6d906f5908d1 (bug 1316539) for gl2 failures a=backout 2016-11-22 11:22:56 -08:00
Jim Chen 313554cbc0 Bug 1319173 - Follow-up to fix crash; r=me 2016-11-22 14:09:42 -05:00
Jim Chen dcc44fafa4 Bug 1319173 - Register MediaPlayerManager events later; r=sebastian
Wait to register MediaPlayerManager events until we have a GeckoApp
EventDispatcher, because we only have an EventDispatcher after we create
the GeckoView in onCreate.
2016-11-22 13:39:54 -05:00
elluls 393845e931 Bug 1302774: rename cross-opt to cross-opt-st-an; r=dustin
MozReview-Commit-ID: 4U6kJiaZCGa

--HG--
rename : testing/mozharness/configs/builds/releng_sub_mac_configs/64_cross_opt.py => testing/mozharness/configs/builds/releng_sub_mac_configs/64_cross_opt_st_an.py
extra : rebase_source : 2d68f8762a5ae62b6178f764603fa470aa3b89a7
2016-11-22 15:45:33 +00:00
Luke Wagner 8c96526d8b Bug 1319084 - Baldr: improve instantiation-time signature-mismatch error message (r=bbouvier)
MozReview-Commit-ID: okuupC22Oo

--HG--
extra : rebase_source : 9a429617ee6957710081649998ac72f25e6e8ac5
2016-11-21 17:14:34 -06:00
Tom Schuster 78e10f98ab Bug 755821 - Parse arguments of Function constructor properly. r=shu 2016-10-15 11:47:00 +09:00
Dão Gottwald 4d122614c2 Bug 1318640 - Closing the captive portal tab should go back to the previously selected tab. r=nhnt11
--HG--
extra : rebase_source : 891c0271a5a6d58f2a94880a6e3c2ef3efe0d5e7
2016-11-22 18:16:39 +01:00
srivatsav fdf44d1e9c Bug 1312466: Added a password context to contextMenus API. r=kmag
MozReview-Commit-ID: DzLX4JQTfRS

--HG--
extra : amend_source : 40ad422e18e3a8bb465dbf5d2143c712f1b15801
2016-11-22 16:57:43 +05:30
Eugen Sawin 746f46552c Bug 1317779 - [2.0] [bustage fix, CLOSED TREE] Mark implicit conversion constructors explicit. r=me 2016-11-22 18:30:59 +01:00
Sebastian Hengst f35213e02e Backed out changeset 38cde1f5d020 (bug 1235431) for failing mochitest test_openWindow.html on Android. r=backout on a CLOSED TREE 2016-11-22 18:01:59 +01:00
Eugen Sawin 9d373ec525 Bug 1317779 - [1.3] Separate audio and video decoder allocation policies. r=jwwang 2016-11-22 17:34:09 +01:00
Ehsan Akhgari 187636a607 Bug 1318904 - Remove some b2g specific PContent IPC messages; r=baku 2016-11-22 11:23:22 -05:00
Stephen A Pohl 65a3b0efd9 Bug 1292527: Make OSX application menu localizable at runtime. r=mstange 2016-11-22 11:18:48 -05:00
Chih-Yi Leu 3e6fcbfb79 Bug 1316539 - Add null pixel check in TexSubImage. r=jgilbert
--HG--
extra : rebase_source : c575f835bfdadf4a24e8e62bdd1ec10dcdda98e1
2016-11-21 20:28:00 +01:00
Pip Cet 14b8b0f5fe Bug 1318926 - constant-fold asm.js RSh expressions again. r=nbp
--HG--
extra : rebase_source : 7ac6438095eafb116ffeaf217d8dc07270bebf58
2016-11-20 23:16:00 +01:00
Andre 5a4b0c3da2 Bug 1317414 - Fix :"Animation names are barely visible with the dark theme". r=pbrosset
--HG--
extra : rebase_source : 6fc0827aa6a539006d8b71bef2df3914221f5a50
2016-11-21 09:57:00 +01:00
David Major 6b3b6c1ece Bug 1263595 followup: define MOZ_STACKWALKING in the JS configure. r=glandium 2016-11-22 09:52:59 -06:00
David Major e06e8f5a86 Bug 1316816: Refactor {load,pop}{I64,F32,F64} to avoid testing src.kind() twice. r=lth
This makes the code follow the same pattern as loadI32/popI32.
2016-11-22 09:45:56 -06:00
Carsten "Tomcat" Book e0f46513b6 Merge mozilla-central to mozilla-inbound 2016-11-22 16:28:50 +01:00
Carsten "Tomcat" Book 8b27dda5d1 merge mozilla-inbound to mozilla-central a=merge 2016-11-22 15:53:05 +01:00
Carsten "Tomcat" Book 7c745b54a2 merge autoland to mozilla-central a=merge 2016-11-22 15:46:33 +01:00
ffxbld 96b454e2ad No bug, Automated blocklist update from host bld-linux64-spot-579 - a=blocklist-update 2016-11-22 06:22:41 -08:00
ffxbld 5b5925dd3b No bug, Automated HPKP preload list update from host bld-linux64-spot-579 - a=hpkp-update 2016-11-22 06:22:39 -08:00
ffxbld 97e327b35b No bug, Automated HSTS preload list update from host bld-linux64-spot-579 - a=hsts-update 2016-11-22 06:22:36 -08:00
Kaku Kuo d14ade6e05 Bug 1319035 - handle fast seek without any seeked media sample; r=jwwang
MozReview-Commit-ID: DdUmM5hh3Qy

--HG--
extra : rebase_source : b5bbe307ac3362ba36abcc6866957037439730f3
2016-11-22 15:38:42 +08:00
Chris Peterson 5142cd4590 Bug 1318833 - Part 4: Remove -allow_heap_execute linker flag that is no longer needed for Silverlight. r=ted 2016-11-21 21:11:30 -08:00
Chris Peterson fc2e7c9a1f Bug 1318833 - Part 3: Remove unused Silverlight checks from Decoder Doctor. r=gerald 2016-11-21 21:11:04 -08:00
Chris Peterson df18772e96 Bug 1318833 - Part 1: Remove Silverlight plugin tests and test plugin. r=qdot 2016-11-21 21:10:27 -08:00
Tooru Fujisawa 376e2ae67c Bug 1197230 - Handle non-BMP identifier. r=shu 2016-11-22 16:47:29 +09:00
Tooru Fujisawa 7391d5b54f Bug 1318815 - Remove ClassSpec delegation and point target ClassSpec directly from prototype class. r=jandem 2016-11-22 16:47:29 +09:00
Matt Woodrow f79cf83a6f Bug 1316506 - Initialize mFlushTask. r=bustage CLOSED TREE 2016-11-22 17:43:45 +13:00