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

377611 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley 21082e49e4 Bug 796938 - Use GetEntryGlobal in NS_ScriptErrorReporter. r=smaug 2014-08-19 12:02:07 -07:00
Bobby Holley 533d0cab79 Bug 796938 - Use GetEntryGlobal in nsGlobalWindow::FireAbuseEvents. r=smaug 2014-08-19 12:02:07 -07:00
Bobby Holley 6a19789e3b Bug 796938 - Remove GetDynamicScriptGlobal API. r=smaug 2014-08-19 12:02:07 -07:00
Bobby Holley c1382146f9 Bug 796938 - Switch nsLocation::GetSourceBaseURL to GetEntryDocument. r=smaug 2014-08-19 12:02:07 -07:00
Bobby Holley 1ef0a34ad2 Bug 796938 - Switch to GetEntryDocument in GetDocumentCharacterSetForURI. r=smaug 2014-08-19 12:02:06 -07:00
Bobby Holley ad672126bf Bug 796938 - Switch to GetEntryGlobal in nsWindowWatcher::GetCallerTreeItem. r=smaug 2014-08-19 12:02:06 -07:00
Bobby Holley 2125f7d9b5 Bug 796938 - Switch to GetEntryGlobal in GetCallerDocShellTreeItem. r=smaug 2014-08-19 12:02:06 -07:00
Bobby Holley c7212aa9c1 Bug 796938 - Switch nsGlobalWindow::SecurityCheckURL to GetEntryGlobal. r=smaug 2014-08-19 12:02:06 -07:00
Bobby Holley 993920dcec Bug 796938 - Switch nsHTMLDocument::Open and XMLDocument::Load to a new GetEntryDocument API and remove nsContentUtils::GetDocumentFromContext. r=smaug 2014-08-19 12:02:06 -07:00
Bobby Holley b95633b27a Bug 796938 - Switch nsGlobalWindow::Focus to GetEntryGlobal and eliminate nsContentUtils::GetWindowFromCaller. r=smaug 2014-08-19 12:02:05 -07:00
Bobby Holley ad265a7fcd Bug 951991 - Implement GetEntryGlobal. r=smaug 2014-08-19 12:02:05 -07:00
Bobby Holley 3f0858f342 Bug 951991 - Assert against calling GetCurrentInnerWindow on an inner. r=smaug
The current convention is that this returns null when invoked on an inner, which
callers may or may not handle correctly. But when we start using GetEntryGlobal,
we'll end up with a lot of inners where we used to get outers, so we should get
strict about this now.
2014-08-19 12:02:05 -07:00
Ryan VanderMeulen c07a8c7882 Backed out changeset 133471646752 (bug 1055014) for causing intermittent B2G xpcshell failures.
CLOSED TREE
2014-08-19 13:30:55 -04:00
Jon Coppeard 87e9390e0a Bug 1055219 r=terrence 2014-08-19 17:23:21 +01:00
Jon Coppeard dbeef2fe98 Bug 1055034 r=mjrosenb 2014-08-19 17:23:10 +01:00
Jim Chen 9672b36b1a Bug 1046307 - Run test_ThreadHangStats.js sequentially; r=vladan 2014-08-19 12:19:07 -04:00
Lawrence Abadier 2312d023f0 Bug 1038593 - IonMonkey: Implement RRegExpExec. r=nbp 2014-08-19 18:16:31 +02:00
Ahmed Kachkach 08820cf0a7 Bug 1052937 - Default value for missing subtest in mochitest structured logs. r=ahal 2014-08-18 23:15:00 -04:00
Botond Ballo 98e8737438 Bug 1039992 - Fix a unified build issue. r=kats
--HG--
extra : rebase_source : 4e1e09c9bcb35f70c3ee7ff833646e5f437f5a86
2014-08-18 16:13:12 -04:00
Botond Ballo 6f4fcc90af Bug 1039992 - Move the overscroll handoff chain into AsyncPanZoomController and have one per touch block or pan gesture. r=kats,bjacob,mstange
--HG--
rename : gfx/layers/apz/src/TouchBlockState.h => gfx/layers/apz/src/InputBlockState.h
extra : rebase_source : ee68595aa21b696de1a0fbb8e6c161022a88ba3d
2014-08-18 16:12:11 -04:00
Andrew McCreight e2153edd1d Bug 1048659 - Return the union we construct in a JS callback. r=peterv 2014-08-19 08:41:26 -07:00
Vasanthakumar Pandurangan 3898f15d2e Bug 1053186 - AudioOffloadPlayer: Avoid glitch during start of playback. r=roc 2014-08-18 05:49:51 -07:00
Guilherme Goncalves d59255b1c1 Bug 1052775 - Abort speech recognition after test_call_start_from_end_handler. r=smaug 2014-08-18 10:25:00 -04:00
Andrei Eftimie 62310017e6 Bug 1049676 - [mozprofile] Preserve new added prefs during profile reset. r=hskupin, r=ahal 2014-08-18 06:34:00 -04:00
Martijn Wargers 3f410e2286 Bug 1024535 - Fix for failing video test on Windows 7. r=jwwang 2014-08-12 16:09:56 -07:00
James Graham 678f4e386e Bug 1055522 - Bump mozcrash version number for structured logging changes, r=ted.mielczarek 2014-08-19 16:17:58 +01:00
James Graham 38feb0f461 Bug 1055521 - Expose mozcrash.log_crashes for structured logging of crashes, r=ted.mielczarek 2014-08-19 16:15:19 +01:00
Andrew Halberstadt e4a435f0ed Bug 1055014 - Remove b2g xpcshell test dir setup hack that is no longer needed, r=chmanchester 2014-08-19 10:47:50 -04:00
Ed Morley 3b0c8ce16a Merge mozilla-central and inbound 2014-08-19 15:18:22 +01:00
Junior Hsu 7d22538f76 Bug 1005818 - Part 2: Only limited browser API are available to a widget. r=kanru
1. Add |ownerIsWidget| in nsIFrameLoader.idl
2. Add |GetReallyIsWidget| in nsIMozBrowserFrame.idl
3. Hide the methods of browser API of a widget
4. Hide security-sensitive mozbrowser events of a widget
2014-08-19 15:14:22 +01:00
Junior Hsu 7b304a0c41 Bug 1005818 - Part 1: Load a widget as an app if the |src| is in the |widgetPages|. r=fabrice, sr=sicking
1. Add permission |embed-widgets| and Element attribute |mozwidget|
2. Add |hasWidgetPage| in /mozIApplication.idl
3. Check permission |embed-widgets| and the |src| is in the |widgetPages| when |GetAppManifest|
4. Add test case
5. Should enable preference |dom.enable_widgets|
2014-08-19 15:14:08 +01:00
Ed Morley 2e784b9a4d Backed out changeset 721eb8e94100 (bug 1014023) for exceptions during test_widget.html 2014-08-19 15:12:32 +01:00
Ed Morley 987e99e6f8 Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-19 15:08:54 +01:00
Ed Morley f060d6c933 Backed out changeset e020d647d6d3 (bug 1005818) for exceptions during test_widget.html 2014-08-19 15:06:12 +01:00
Ed Morley fb08385bdd Backed out changeset e71a3cac1b3d (bug 1005818) 2014-08-19 15:05:51 +01:00
Ed Morley d7c0cf5802 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-19 14:32:54 +01:00
Hannes Verschore 41e126149e Bug 1010417 - IonMonkey: Remove the script size limit for offthread compilation, r=jandem 2014-08-19 15:30:59 +02:00
B2G Bumper Bot b47a5e41e8 Bumping manifests a=b2g-bump 2014-08-19 05:21:25 -07:00
B2G Bumper Bot 2dbd804b34 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16e1bcb1ef74
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1054135 - [B2G][System] support 24 hour time format for Time picker" for JS exceptions

This reverts commit e2497c1445af5fa46d8b1aa9d3228ac68b0795b5.
2014-08-19 05:15:37 -07:00
B2G Bumper Bot f9040e22f6 Bumping manifests a=b2g-bump 2014-08-19 03:51:58 -07:00
B2G Bumper Bot 3b625c4133 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8a7eb48c501c
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #22668 from EragonJ/bug-1001285

Bug 1001285 - [meta] [Settings] Messaging Settings UX update

========

https://hg.mozilla.org/integration/gaia-central/rev/b2168251eb52
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1001285 - [meta] [Settings] Messaging Settings UX update
2014-08-19 03:50:32 -07:00
B2G Bumper Bot 5de1ed1d03 Bumping manifests a=b2g-bump 2014-08-19 02:41:20 -07:00
B2G Bumper Bot c3fecbc0e1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/79c786d6954d
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #22982 from shamenchens/Bug1043708-MusicSearchBar-master

Bug 1043708 - Music app search button should not have gradient background, r=dominickuo

========

https://hg.mozilla.org/integration/gaia-central/rev/1d3f294bd40f
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1043708 - Music app search button should not have gradient background
2014-08-19 02:35:32 -07:00
B2G Bumper Bot 536bc587d1 Bumping manifests a=b2g-bump 2014-08-19 01:46:21 -07:00
B2G Bumper Bot 4912e89b26 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8d2ff92f900d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #22994 from bebef1987/fix_cost

Bug 1054999 - Fix test test_cost_control_data_alert_mobile after locator...

========

https://hg.mozilla.org/integration/gaia-central/rev/8f74801d020f
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1054999 - Fix test test_cost_control_data_alert_mobile after locator change
2014-08-19 01:40:31 -07:00
B2G Bumper Bot 7f02d36b00 Bumping manifests a=b2g-bump 2014-08-19 01:31:24 -07:00
B2G Bumper Bot a53cba7b4f Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4cc16f542ae3
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1029385 - Rewrite app-makefile rule in javascript r=ochameau" for gaia-unit failures in wappush_test.js

This reverts commit 4a207609f6f45085d5acbd8520baddc8c6d2b88b.

========

https://hg.mozilla.org/integration/gaia-central/rev/155a1bdfb8e7
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #22979 from evelynhung/issue-m039154

Bug 1039154 - handle provisioning document format error, r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/d7e482543cb8
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Bug 1039154 - handle provisioning document format error

========

https://hg.mozilla.org/integration/gaia-central/rev/20f1d07c7f92
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #22194 from jrburke/bug1021981-email-toast-visuals-2

Bug 1021981 - [email] Update toast display to 2.0 visual redesign r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/2ef8dc5a1f51
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1021981 - [email] Update toast display to 2.0 visual redesign
2014-08-19 01:25:38 -07:00
Ed Morley 0f03572425 Backed out changeset a880d4e0d656 (bug 846200) for xpcshell failures in test_bug808734.js; CLOSED TREE 2014-08-19 09:17:30 +01:00
Ed Morley 152097bf8e Backed out changeset b01c7abafbdf (bug 846200) 2014-08-19 09:17:06 +01:00
B2G Bumper Bot c88c93f9c9 Bumping manifests a=b2g-bump 2014-08-18 23:46:22 -07:00