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

344351 Коммитов

Автор SHA1 Сообщение Дата
Honza Bambas cd0099adac Bug 967693 - Temporarily turn on HTTP cache v2, alternative pref to not lose early adopters, r=jduell 2014-02-05 23:36:56 +01:00
Kartikaya Gupta a6ffc9d1a7 Bug 948984 - Add functions to fuzzily compare float numbers. r=bjacob, r=Waldo 2014-02-05 17:04:42 -05:00
Max Vujovic a2b1bff11b Bug 948265 - [CSS Filters] Move nsAutoFilterInstance filter region calculations into nsSVGFilterInstance. r=roc 2014-02-05 17:04:42 -05:00
Andreas Tolfsen 09762be6af Bug 941158 - Honour expected failures in setUp or tearDown. r=zac 2014-02-05 17:04:42 -05:00
Andreas Tolfsen ed1449751c Bug 938228 - Fix marshaling of NodeList in executeScript. r=mdas 2014-02-05 17:04:42 -05:00
Rick Eyre 86a0813daf Bug 881976 - Part 1: Expose TextTrack::TextTrackList to Chrome JS. r=rillian, r=bz
Our JS WebVTT implementation (vtt.js) needs access to the Track's
TextTrackList in order to compute the line position of a TextTrackCue.
Therefore, we need to expose it to chrome JS so that vtt.js can have
access to it.
2014-01-27 13:10:06 -05:00
Martin Stransky 5fd92cdc8a Bug 624422 - Build plugin-container for Gtk2 and Xt plugins, nsPluginNativeWindowGtk part. r=karlt
--HG--
rename : dom/plugins/base/nsPluginNativeWindowGtk2.cpp => dom/plugins/base/nsPluginNativeWindowGtk.cpp
2014-02-05 17:04:41 -05:00
Daniel Holbert 8d2659e82e Bug 968338 followup: Add missing #include for unused.h. (bustage fix on a CLOSED TREE) 2014-02-05 14:14:54 -08:00
Bobby Holley 42a2bddf68 Bug 966845 - Make ensureConstructor and initConstructor static. r=Waldo 2014-02-05 13:50:21 -08:00
Daniel Holbert fd59ff4d7c Bug 968338: Pass unused-in-some-build-configurations variable 'mFdForLogging' to mozilla::unused, to suppress clang warning in SSLServerCertVerification.cpp. r=bsmith 2014-02-05 13:39:27 -08:00
Daniel Holbert 4a8e57ba29 (no bug) Fix a few DOS newline characters in SSLServerCertVerification.cpp. (no review, whitespace-only) 2014-02-05 13:39:26 -08:00
David Burns 23faa57ccc Bug 874868: Make sure that Marionette takes a screenshot of the the entire content canvas; r=mdas 2014-02-05 21:38:12 +00:00
David Anderson 5db40c0aa5 Bug 947045 - Use Xlib surfaces in basic compositor (r=mattwoodrow) 2014-02-05 08:39:02 -08:00
Nicolas Silva 6cadc48aac Bug 950235 - Pick the TextureHost backend in function of the surface descriptor type. r=mattwoodrow 2014-02-05 14:34:16 +01:00
Cameron McCormack 3a90450125 Bug 960899 - Add debug function and lldb command to print frame state symbolically. r=dbaron 2014-01-18 18:08:22 +11:00
Ryan VanderMeulen d4bc412934 Merge m-c to inbound on a CLOSED TREE. 2014-02-05 15:54:37 -05:00
Ryan VanderMeulen fdde61f354 Merge b2g-inbound to m-c. 2014-02-05 15:47:36 -05:00
Ryan VanderMeulen f508753ccc Backed out changesets fce6b2c04bab and db5a4ed50de4 (bug 947045) and changeset bef65fd678a4 (bug 950235) for IPC test crashes on a CLOSED TREE. 2014-02-05 15:45:03 -05:00
Ryan VanderMeulen 36f61bfd01 Backed out changeset fa9b60c88118 (bug 457296) for bustage on a CLOSED TREE. 2014-02-05 15:32:15 -05:00
Ryan VanderMeulen 6e943c7ce9 Merge fx-team to m-c. 2014-02-05 15:31:20 -05:00
Ryan VanderMeulen 89d6bec583 Merge inbound to m-c. 2014-02-05 15:20:59 -05:00
Matt Brubeck 8e9189a79a Bug 968108 - Enable Metro for Beta and Release [r=bhearsum] 2014-02-05 10:57:57 -08:00
Andrea Marchesini 5ebd1530d8 Bug 966942 - Convert nsIDOMPaymentRequestInfo to a dictionary. r=bz, r=ferjm 2014-02-05 13:11:14 -05:00
Phil Ringnalda e4e5b2d6eb Backed out 6 changesets (bug 960873) for Win64 build bustage
Backed out changeset 33d8989841ac (bug 960873)
Backed out changeset 6c9e404aeb3f (bug 960873)
Backed out changeset 36c8b10b0a31 (bug 960873)
Backed out changeset 29c36a7acfb0 (bug 960873)
Backed out changeset 6e3966e0eb40 (bug 960873)
Backed out changeset 612db692256b (bug 960873)
2014-02-05 09:28:14 -08:00
Phil Ringnalda c078f2a99a Backed out 2 changesets (bug 964200) for build bustage
CLOSED TREE

Backed out changeset 7dbe53176a38 (bug 964200)
Backed out changeset 19993e76f4a0 (bug 964200)
2014-02-05 09:19:08 -08:00
Bill McCloskey f58c65f468 Backout bug 947045 for build failures on a CLOSED TREE 2014-02-05 09:05:25 -08:00
Nick Alexander 013396ec38 Bug 951865 - Part 2: Package GeckoView resources when building mobile/android/base. r=glandium
This is a temporary measure.  We have multiple resource directories
that all need to be included into the GeckoView library.  This patch
stuffs the resources into a zip file which can be included in the
GeckoView packaging step.

These resources used to be copied into res/, which led to
synchronization issues.  This new zip file will now suffer the same
synchronization problems.  Android Archive (.aar) files make this
synchronization step explicit, and tools such as gradle do the work to
keep things in sync.  We'll move to use a tool like this eventually,
but for now...
2014-02-05 08:51:48 -08:00
Nick Alexander d10ca3b6de Bug 951865 - Part 1: Replace ABI_DIR with ANDROID_CPU_ARCH. r=glandium 2014-02-05 08:51:48 -08:00
Robert Longson bbf3c324a1 Bug 964200 (Part 4 misc and tests) - Implement Filter Effects Module feDropShadow filter. r=hsivonen 2014-02-05 16:48:27 +00:00
Robert Longson 80ad62d1ce Bug 964200 (Part 3 main) - Implement Filter Effects Module feDropShadow filter. r=mstange
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-05 16:46:47 +00:00
Bill McCloskey 55fab4d8d9 Bug 962604 - Add ActorDestroy handling to CPOWs (r=mrbkap) 2014-02-05 08:39:59 -08:00
David Anderson de20c8c334 Bug 947045 - Use Xlib surfaces in basic compositor (r=mattwoodrow) 2014-02-05 08:39:02 -08:00
Bill McCloskey a81cf35609 Bug 947045 - dup() child's X file descriptor in parent process (r=karl) 2014-02-05 08:37:26 -08:00
Marco Zehe 1af9b460c9 Bug 968111 - Fix various accessibility markup issues in Toolkit XUL files, r=da0 2014-02-05 17:33:43 +01:00
Phil Ringnalda bbae79c349 Backed out 3 changesets (bug 928536) for build bustage
CLOSED TREE

Backed out changeset 750054102e68 (bug 928536)
Backed out changeset baa309383864 (bug 928536)
Backed out changeset 1ff2aed7f76f (bug 928536)
2014-02-05 08:29:17 -08:00
Carsten "Tomcat" Book b377b7d2b5 merge fx-team to mozilla-central 2014-02-05 13:28:00 +01:00
Carsten "Tomcat" Book f2c8d5b7a6 merge b2g-inbound to mozilla-central 2014-02-05 13:23:25 +01:00
Carsten "Tomcat" Book 43d644171c merge mozilla-inbound to mozilla-central 2014-02-05 13:18:13 +01:00
B2G Bumper Bot d034cb070f Bumping manifests a=b2g-bump 2014-02-05 01:10:57 -08:00
B2G Bumper Bot d30b8d02da Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cea79abbb7a9
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #15966 from timdream/keyboard-build-2

Revert "Revert "Merge pull request #15857 from comoyo/bug964216""

========

https://hg.mozilla.org/integration/gaia-central/rev/9778b9f6a597
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Revert "Merge pull request #15857 from comoyo/bug964216""

This reverts commit 33eb812eadb61f76744103105e099972a8255843.
2014-02-05 01:10:11 -08:00
B2G Bumper Bot 7c6e4958da Bumping manifests a=b2g-bump 2014-02-05 00:35:56 -08:00
B2G Bumper Bot 8f521737f3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5746057ab313
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Merge pull request #15907 from tdz/bug-966243

Bug 966243: Fix ICC detection handlers in Settings app

========

https://hg.mozilla.org/integration/gaia-central/rev/aef67c3ac9de
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Bug 966243: Fix ICC detection handlers in Settings app, r=arthur.chen

While running the Settings app several errors about self.* not being
defined show up in the logcat. An example is

  E/GeckoConsole(  440): [JavaScript Error: "TypeError: self.updateSimPinsUI \
    is not a function" {file: "app://settings.gaiamobile.org/js/simcard_lock.js" \
    line: 232}]

This is caused by 'self' not being set in the event handlers for ICC
detection. As a result, the UI update does not work correctly when the
ICC changes state. Setting the variable 'self' fixes this problem.

Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
2014-02-05 00:30:10 -08:00
B2G Bumper Bot 9f78e8aace Bumping manifests a=b2g-bump 2014-02-05 00:10:56 -08:00
B2G Bumper Bot 2a9ea68ad8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25a845d52f3e
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #15723 from cctuan/955995

Bug 955995 - Running settings.js on node.js

========

https://hg.mozilla.org/integration/gaia-central/rev/218941065148
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 955995 - Running settings.js on node.js
2014-02-05 00:05:10 -08:00
Makoto Kato fb46140e84 Bug 966130 - Turn off listening ipc:content-created observer if not e10s. r=blassey 2014-02-05 16:43:59 +09:00
Gian-Carlo Pascutto 0f3473e6d4 Bug 966659 - Add missing semicolon in SafeBrowsing protocol. r=mmc 2014-02-05 08:37:16 +01:00
Masayuki Nakano 5c7c5ab5a5 Bug 964623 OnSelectionChange() and OnLayoutChange() should be called immediately after the document is unlocked completely r=emk 2014-02-05 16:36:17 +09:00
B2G Bumper Bot 0d4769adf3 Bumping manifests a=b2g-bump 2014-02-04 23:36:05 -08:00
B2G Bumper Bot f9cdffb7f1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b4d3028e817
Author: dwi2 <dwi2@dwi2.com>
Desc: Merge pull request #15960 from dwi2/bug964755

Bug 964755 - Make sure WifiHelper.getCapabilities() return non-null valu...

========

https://hg.mozilla.org/integration/gaia-central/rev/5dbc35834894
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 964755 - Make sure WifiHelper.getCapabilities() return non-null value for network not in the air
2014-02-04 23:30:11 -08:00
Phil Ringnalda 896abd90a7 Bug 967737 - Disable test_sessionStorageBaseSessionOnly.html on opt b2g, , since it only passed based on what chunk it ran in
--HG--
extra : rebase_source : 3e5bf4e64656e2427cf4b614ff4504e31285a3da
2014-02-04 23:03:45 -08:00