Botond Ballo
f25d822696
Bug 1055361 - Disable overscrolling during panning. r=kats
...
--HG--
extra : rebase_source : 53bb4d8f1e297059ea1a9a0d6994fcd45eca84d7
2014-08-19 12:55:28 -04:00
Marco Castelluccio
be36e54d85
Bug 911636 - Webapp Runtime migration to Downloads.jsm. r=myk, r=paolo
...
--HG--
rename : toolkit/mozapps/downloads/content/download.xml => webapprt/content/downloads/download.xml
rename : toolkit/mozapps/downloads/content/downloads.css => webapprt/content/downloads/downloads.css
rename : toolkit/mozapps/downloads/content/downloads.xul => webapprt/content/downloads/downloads.xul
rename : toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd => webapprt/locales/en-US/webapprt/downloads/downloads.dtd
rename : toolkit/themes/linux/mozapps/downloads/downloadIcon.png => webapprt/themes/linux/downloads/downloadIcon.png
rename : toolkit/themes/linux/mozapps/downloads/downloads.css => webapprt/themes/linux/downloads/downloads.css
rename : toolkit/themes/osx/mozapps/downloads/buttons.png => webapprt/themes/osx/downloads/buttons.png
rename : toolkit/themes/osx/mozapps/downloads/downloadIcon.png => webapprt/themes/osx/downloads/downloadIcon.png
rename : toolkit/themes/osx/mozapps/downloads/downloads.css => webapprt/themes/osx/downloads/downloads.css
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons-aero.png => webapprt/themes/windows/downloads/downloadButtons-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons.png => webapprt/themes/windows/downloads/downloadButtons.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon-aero.png => webapprt/themes/windows/downloads/downloadIcon-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon.png => webapprt/themes/windows/downloads/downloadIcon.png
rename : toolkit/themes/windows/mozapps/downloads/downloads-aero.css => webapprt/themes/windows/downloads/downloads-aero.css
rename : toolkit/themes/windows/mozapps/downloads/downloads.css => webapprt/themes/windows/downloads/downloads.css
2014-08-19 08:50:00 -04:00
Andrea Marchesini
bd3a7549ff
Bug 1043004 - Update ServiceWorkerContainer API to spec. r=bkelly
2014-08-19 09:56:00 -04:00
Dragana Damjanovic
d83ab72f05
Bug 1035075 - Dispatch a runnable to wait for the PAC thread to shutdown. r=mcmanus
2014-08-14 01:59:00 -04:00
Ryan VanderMeulen
f8229b4823
No bug - Widen the allowable number of asserts in test_bug437844.xul to 19-21 so we don't have to keep adjusting it everytime something randomly perturbs it.
2014-08-19 15:12:25 -04:00
Ehsan Akhgari
e2ba2816e6
Bug 1055517 - Fix some more bad implicit constructors in XPCOM; r=froydnj
2014-08-19 15:11:22 -04:00
Ehsan Akhgari
2051116b55
Bug 1055512 - Actually input a stereo buffer into the ScriptProcessorNode in the test case for that node; r=padenot
2014-08-19 15:10:54 -04:00
Masatoshi Kimura
1ee4b71e83
Bug 1055541 - Fix build failure on VS2013 with --enable-warnings-as-errors due to Warning C4996. r=ehsan
2014-08-20 04:09:03 +09:00
Bobby Holley
ddf23b18bf
Bug 796938 - Remove GetDynamicScriptContext API. r=smaug
2014-08-19 12:02:08 -07:00
Bobby Holley
3e249c1824
Bug 796938 - Switch to GetEntryGlobal in nsLocation::SetHrefWithBase. r=smaug
...
We leave this flag on the script context for now - we can move it somewhere
else later.
2014-08-19 12:02:08 -07:00
Bobby Holley
7724a2351c
Bug 796938 - Use GetEntryGlobal in nsWindowWatcher::URIFromURL. r=smaug
2014-08-19 12:02:08 -07:00
Bobby Holley
b7f673b26a
Bug 796938 - Use GetEntryGlobal in NS_ScriptErrorReporter. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
d8d5bb8cea
Bug 796938 - Use GetEntryGlobal in nsGlobalWindow::FireAbuseEvents. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
d176fec55d
Bug 796938 - Remove GetDynamicScriptGlobal API. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
74a7f8e60a
Bug 796938 - Switch nsLocation::GetSourceBaseURL to GetEntryDocument. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
740581f7a6
Bug 796938 - Switch to GetEntryDocument in GetDocumentCharacterSetForURI. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
e472bc1bda
Bug 796938 - Switch to GetEntryGlobal in nsWindowWatcher::GetCallerTreeItem. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
1e331db196
Bug 796938 - Switch to GetEntryGlobal in GetCallerDocShellTreeItem. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
5f98ce0846
Bug 796938 - Switch nsGlobalWindow::SecurityCheckURL to GetEntryGlobal. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
115b664102
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
2bbc0ff149
Bug 796938 - Switch nsGlobalWindow::Focus to GetEntryGlobal and eliminate nsContentUtils::GetWindowFromCaller. r=smaug
2014-08-19 12:02:05 -07:00
Bobby Holley
16c18914d9
Bug 951991 - Implement GetEntryGlobal. r=smaug
2014-08-19 12:02:05 -07:00
Bobby Holley
025dd6cc2c
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
2f6f5ef5f9
Backed out changeset 133471646752 (bug 1055014) for causing intermittent B2G xpcshell failures.
...
CLOSED TREE
2014-08-19 13:30:55 -04:00
Jon Coppeard
c9659ce7c9
Bug 1055219 r=terrence
2014-08-19 17:23:21 +01:00
Jon Coppeard
cdd462b53a
Bug 1055034 r=mjrosenb
2014-08-19 17:23:10 +01:00
Jim Chen
575781aece
Bug 1046307 - Run test_ThreadHangStats.js sequentially; r=vladan
2014-08-19 12:19:07 -04:00
Lawrence Abadier
b897782665
Bug 1038593 - IonMonkey: Implement RRegExpExec. r=nbp
2014-08-19 18:16:31 +02:00
Ahmed Kachkach
64d7f2ea45
Bug 1052937 - Default value for missing subtest in mochitest structured logs. r=ahal
2014-08-18 23:15:00 -04:00
Botond Ballo
9817bf729f
Bug 1039992 - Fix a unified build issue. r=kats
...
--HG--
extra : rebase_source : 4e1e09c9bcb35f70c3ee7ff833646e5f437f5a86
2014-08-18 16:13:12 -04:00
Botond Ballo
c987c75938
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
7d09c19d13
Bug 1048659 - Return the union we construct in a JS callback. r=peterv
2014-08-19 08:41:26 -07:00
Vasanthakumar Pandurangan
befff6a1f4
Bug 1053186 - AudioOffloadPlayer: Avoid glitch during start of playback. r=roc
2014-08-18 05:49:51 -07:00
Guilherme Goncalves
0053261141
Bug 1052775 - Abort speech recognition after test_call_start_from_end_handler. r=smaug
2014-08-18 10:25:00 -04:00
Andrei Eftimie
d4bb5e1298
Bug 1049676 - [mozprofile] Preserve new added prefs during profile reset. r=hskupin, r=ahal
2014-08-18 06:34:00 -04:00
Martijn Wargers
2dd5d3def2
Bug 1024535 - Fix for failing video test on Windows 7. r=jwwang
2014-08-12 16:09:56 -07:00
James Graham
69f3bd68ef
Bug 1055522 - Bump mozcrash version number for structured logging changes, r=ted.mielczarek
2014-08-19 16:17:58 +01:00
James Graham
4901fb19f1
Bug 1055521 - Expose mozcrash.log_crashes for structured logging of crashes, r=ted.mielczarek
2014-08-19 16:15:19 +01:00
Andrew Halberstadt
fc95c7d8bc
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
40211003f6
Merge mozilla-central and inbound
2014-08-19 15:18:22 +01:00
Junior Hsu
57c101009b
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
e84ab195da
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
cc036453b6
Backed out changeset 721eb8e94100 (bug 1014023) for exceptions during test_widget.html
2014-08-19 15:12:32 +01:00
Ed Morley
ac1319df2b
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-08-19 15:08:54 +01:00
Ed Morley
0a2146dfad
Backed out changeset e020d647d6d3 (bug 1005818) for exceptions during test_widget.html
2014-08-19 15:06:12 +01:00
Ed Morley
f049ad3ce3
Backed out changeset e71a3cac1b3d (bug 1005818)
2014-08-19 15:05:51 +01:00
Ed Morley
59a42bee67
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-08-19 14:32:54 +01:00
Hannes Verschore
6d12a442a7
Bug 1010417 - IonMonkey: Remove the script size limit for offthread compilation, r=jandem
2014-08-19 15:30:59 +02:00
B2G Bumper Bot
968a15521e
Bumping manifests a=b2g-bump
2014-08-19 05:21:25 -07:00
B2G Bumper Bot
107a99ab1f
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