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

450632 Коммитов

Автор SHA1 Сообщение Дата
Karl Tomlinson 50201f89c3 bug 1225003 test no crashes in decodeAudioData() and offline context memory reporting r=erahm
--HG--
extra : rebase_source : d7c0389512088d5b308a7f0ad9f667e36aaad3f2
2015-11-18 10:52:35 +13:00
Karl Tomlinson dbdd106a64 bug 1225003 null-check mBuffer in SizeOfExcludingThis() r=padenot
--HG--
extra : rebase_source : b8b63f861e2d58d4b45a4d4ec3d7c187afc882b6
2015-11-17 08:58:48 +13:00
Nicholas Nethercote e99bb13f2e Bug 1187781 (part 5) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
--HG--
extra : rebase_source : e5979d0a665048ce4dade42db4da7e9c86911d47
2015-11-15 15:28:57 -08:00
Nicholas Nethercote cbe61a9761 Bug 1187781 (part 4) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
--HG--
extra : rebase_source : 7b6d6a69626b52c019ef2b5bdc9f80fd9f1c0e47
2015-11-15 15:24:38 -08:00
Nicholas Nethercote 623ee6ff1e Bug 1187781 (part 3) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
--HG--
extra : rebase_source : 267f220e498d279e5397372d313cea2779258f4a
2015-11-15 14:58:50 -08:00
Nicholas Nethercote 5d476a7a03 Bug 1187781 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
--HG--
extra : rebase_source : 5248a9b05e2553c890f5d775ce830147dc233dfa
2015-11-15 14:55:10 -08:00
Nicholas Nethercote d6100413c6 Bug 1187781 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in dom/xbl/ with iterators. r=mrbkap.
--HG--
extra : rebase_source : bc7849aa54f110afedb3dcff6ef1bb9197eacbdb
2015-11-15 14:52:57 -08:00
Mike Hommey 5ab167c3b0 Bug 1224490 - Kill LIBXUL_DIST. r=mshal 2015-11-17 10:00:19 +09:00
Mike Hommey 444e45a99a Bug 1224490 - Don't set NSS_LIBS in the non-native NSS case. r=mshal
We never use the variable in that case.
2015-11-17 09:59:45 +09:00
Chris Manchester 4de238c02d Bug 1219521 - Add imported python modules in the tree to dependencies of GENERATED_FILES scripts. r=glandium
--HG--
extra : commitid : 3ZGSu0cVuch
2015-11-16 16:51:51 -08:00
Chris Manchester f1d38f349b Bug 1217015 - Convert AccEventGen.py to GENERATED_FILES and get rid of most of accessible/xpcom/Makefile.in r=glandium,tbsaunde
--HG--
extra : commitid : HEsKoRUC2fH
2015-11-16 16:51:51 -08:00
Cameron McCormack fa1a36783a Bug 1225004 - Record reason for NS_ERROR_FILE_CORRUPTED in nsLayoutStylesheetCache::LoadSheet in crash reports. r=roc 2015-11-16 19:18:45 +11:00
Jonas Sicking 9274bbfbe1 Bug 1224865: Don't set a document in FetchDriver for requests in workers. r=bkelly 2015-11-16 11:43:12 -08:00
Christoph Kerschbaumer fed8644966 Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking) 2015-11-15 14:48:38 -08:00
Christoph Kerschbaumer a6cb71ab15 Bug 1223435 - Use channel.asyncOpen2 in toolkit/mozapps/extensions/internal/XPIProvider.jsm (r=sicking) 2015-11-15 14:48:11 -08:00
Christoph Kerschbaumer 70c1329cf3 Bug 1223225 - Use channel.asyncOpen2() in browser/base/content/nsContextMenu.js (r=sicking) 2015-11-15 14:47:51 -08:00
Andrea Marchesini 5f0c0c81f8 Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 3 - WPT, r=sicking, r=Ms2ger 2015-11-17 00:22:24 +00:00
Mason Chang 5af03a5859 Bug 1221674 Part 2: Correct for negative content delay values. r=avih 2015-11-16 16:21:04 -08:00
Matt Brubeck 0954e27b0a Bug 431620 - Remove unused function GetToggledKeyState [r=roc] 2015-11-16 16:06:41 -08:00
Johannes Schulte 73f4f39cb1 Bug 1147430 - Optimize load followed by unbox. r=jandem 2015-11-15 20:41:47 +01:00
Gerald Squelart 2617625048 Bug 1220326 - Wipe stack after Mac node id generation. r=jrmuizel
Implemented GetStackAfterCurrentFrame() for Mac, by finding which Mach VM
region contains the stack, then erasing everything between the start of the
region (lowest possible stack address) and the current stack frame pointer.
2015-11-16 11:51:00 -05:00
Ryan VanderMeulen f24007287b Bug 1223734 - Add crashtest. r=baku 2015-11-16 18:07:39 -05:00
Kevin Wern 02d8d69dc7 Bug 1199798 - Create tests for TreeTraversal.h r=botond
Move queue and stack includes outside of mozilla namespace.

Test the following for searches:
- Null root returns null.
- Needle is root returns root.
- No needle results in full traversal.
- Needle node in middle returns that needle, and stops traversing.

Test the following for ForEachNode:
- Null root still runs correctly.
- No skips results in traversal of entire tree.
- Root skip results in only changing the root.
- First skips are still included (whether leaf or parent).

--HG--
extra : source : 6d2572c274363c7544c4f96f0016fead098b157e
2015-11-16 13:54:12 -05:00
Gijs Kruitbosch a06294cced Bug 1221947 - part 3: pass touch information to focus manager in RenderFrameParent, r=kats
--HG--
extra : commitid : 47acXgQvIIX
extra : rebase_source : 5cd19375c1bd6451e9cf80f6bae8dbf1de2b34be
extra : histedit_source : 50e6c9d203bde42a45812d352d60fa45987d8806
2015-11-16 14:03:35 +00:00
Kris Maglione 29636e2d6e Bug 1190321: [webext] Complete test coverage for the browserAction API. r=gabor
--HG--
rename : browser/components/extensions/test/browser/browser_ext_pageAction_popup.js => browser/components/extensions/test/browser/browser_ext_browserAction_popup.js
extra : commitid : KNrOPlO2bOP
extra : rebase_source : 367ab2d367b76512485920a17c8f979b0668beb3
extra : histedit_source : 2d114fc7778b21a9e5cd085a1b78d21b172376bd
2015-11-15 02:01:44 -08:00
Kris Maglione 9b2c61cbae Bug 1215893: [webext] Check capturing event listeners for the correct target. r=billm
--HG--
extra : commitid : IYgT9fAiHJX
extra : rebase_source : c672622b7f2e931ceab45b5569c9de0bfd40602a
2015-11-14 23:30:52 -08:00
Allison Naaktgeboren fc8d4c9e8d Bug 1209133 - Add mms/mmsto: support.r=sebastian 2015-11-17 15:09:11 -08:00
Allison Naaktgeboren 6bf3a72a8e Bug 1224446 - Partner sms(to)/mms(to) links missing // lose phone number in Uri pruning.r=sebastian 2015-11-17 14:56:06 -08:00
Dave Townsend d9e4d37262 Bug 1224577: Fix removing frames from the map so chrome windows aren't leaked from every add-on. r=bz
--HG--
extra : commitid : 5ULh3d5M5aV
extra : rebase_source : 310922f621d4099711637ee94134435aa4769a22
2015-11-17 12:39:08 -08:00
Kris Maglione f53316bcb8 Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage, follow-up. r=me r=billm
--HG--
extra : commitid : 1CwK1XzJye
2015-11-17 14:04:53 -08:00
Kris Maglione 6b321abca2 Bug 1224893: [webext] Queue unexpected messages for subsequent calls to awaitMessage
--HG--
extra : commitid : CjtZ0fLwmsI
extra : rebase_source : a0d7eaaaa8143fcc43deedae9bdc12d8174d3d8c
2015-11-15 00:29:55 -08:00
Alexandre Lissy b81c6532a1 Bug 1224897 - Update list of important manifests r=rail
--HG--
extra : rebase_source : 04d8fc35fd1ffe1c0589fd5bdb2dcdcf797c3949
2015-11-15 02:05:00 +01:00
Phil Ringnalda 19fdcb6320 Bug 1185403 - Disable browser/components/preferences/in-content/tests/browser_healthreport.js for frequent failures 2015-11-14 14:35:12 -08:00
Nigel Babu ca1aa5eb24 Backed out changeset 5fb6f8b316ca (bug 1185403) for win7 pgo bc1 perma-orange, a=bustage
--HG--
extra : amend_source : 15f69756dcdb043cd92833bb67a78138b22bbb12
2015-11-16 16:21:15 +05:30
Phil Ringnalda e081b15b78 Bug 1223394 - skip more failing webspeech tests on Mulet, a=tlast 2015-11-15 19:11:14 -08:00
Phil Ringnalda 57c715376d Bug 1223394 - skip failing webspeech tests on Mulet, a=relief 2015-11-15 17:52:34 -08:00
Phil Ringnalda 90384091a3 Bug 1223394 - remove an odd extra space, a=nnoyance 2015-11-15 17:50:41 -08:00
Phil Ringnalda 276f8f5639 Bug 1223394 - skip dom/media/tests/mochitest/ipc/test_ipc.html on Mulet, where it both fails and behaves in a deeply weird way, a=horror 2015-11-15 17:46:55 -08:00
Phil Ringnalda f03341ba24 Merge f-t and m-i to m-c, a=merge 2015-11-15 09:11:43 -08:00
Phil Ringnalda fdbcbe2391 Bug 1215800 - Disable wpt close_beforeunload.html and close_unload.html for very frequent timeouts
--HG--
extra : rebase_source : 6c743d9116f90e5408b6d2b1af2cb2cd6d5f9c2b
2015-11-14 22:31:24 -08:00
Phil Ringnalda 7ab1b1db4c Bug 1185403 - Disable browser/components/preferences/in-content/tests/browser_healthreport.js for frequent failures 2015-11-14 14:35:12 -08:00
Phil Ringnalda 5a8a79ab67 Bug 1220974 - Disable browser_animation_timeline_pause_button.js on Linux32 for extremely frequent failures 2015-11-14 14:19:16 -08:00
Phil Ringnalda 0cccf0ed58 Merge m-i to m-c, a=merge 2015-11-14 13:22:10 -08:00
Phil Ringnalda 9fd6f0e994 Back out changeset 202b199b9fcf (bug 1223394) since it didn't actually disable the permaorange tests, a=nnoyance 2015-11-14 13:07:10 -08:00
Richard Newman aeb2582f04 Bug 1221290 - Default to not clearing logins as part of Clear Private Data. r=liuche
--HG--
extra : commitid : GVUbBp3O91Q
2015-11-14 08:24:44 -08:00
Jared Wein 3aa05f548a Bug 1213421 - Follow-up, set the bodyText even when text is not being truncated. r=MattN 2015-11-14 10:28:51 -05:00
Maxim Zhilyaev c6aaea2687 Bug 1224310 - Suggested tiles requires two blocks to stop showing in newtab [r=marcosc] 2015-11-14 06:10:29 -08:00
Jonathan Kew 022c161e17 Bug 1224230 - Explicitly store the lineContainer's writing mode in InlineIntrinsicISizeData. r=dbaron 2015-11-14 08:46:11 +00:00
Phil Ringnalda db89b96211 Merge m-c to f-t 2015-11-13 21:19:07 -08:00
Phil Ringnalda 951cf68c5f Merge m-c to m-i
CLOSED TREE
2015-11-13 21:10:49 -08:00