Commit Graph

342124 Commits

Author SHA1 Message Date
Tom Schuster
c7cdf24223 Bug 961490 - More exact rooting in dom/indexedDB. r=terrence,khuey 2014-01-23 20:49:40 +01:00
Tom Schuster
d5124abca1 Bug 961490 - More exact rooting in nsEventListenerService. r=terrence,smaug 2014-01-23 20:49:40 +01:00
Andrea Marchesini
0f3efaf5c6 Bug 962516 - DataStore add() returns an error if the key is duplicated, r=ehsan 2014-01-23 19:31:01 +00:00
Bill McCloskey
eea4487879 Bug 960859 - [e10s] Fix scrollwheel behavior when content not in focus (r=smaug) 2014-01-23 11:19:07 -08:00
Kartikaya Gupta
b3b43cb988 Bug 961408 - Partial rollback of an incorrect change. No 'this' in static functions. r=me DONTBUILD 2014-01-23 13:50:17 -05:00
Nikhil Marathe
af8e8bebc9 Bug 879245 - Implement thenables for Promises. r=bz
--HG--
extra : rebase_source : cde27792ae58b13c88367df7a99fc8981097eedd
2014-01-23 10:47:29 -08:00
Ralph Giles
e1b1765062 Bug 961044 - Update to libvorbis 1.3.4. r=cpearce
This is primarily to take the long->char fix to reduce encoder
table footprint, but also includes the declaration mis-match
patch we were carrying and some warning fixes.
2014-01-22 10:39:00 -08:00
Eitan Isaacson
8c71875fcd Bug 960267 - Use settings speech volume and rate, when available. r=yzen 2014-01-23 10:37:38 -08:00
Eitan Isaacson
bf34fc35ee Bug 960257 - [AccessFu] Introduce SettingCache in Utils.jsm. r=yzen 2014-01-23 10:37:38 -08:00
Eitan Isaacson
79adfff128 Bug 960248 - Fix range adjustments when on a label. r=yzen 2014-01-23 10:37:38 -08:00
Benoit Jacob
61df69f208 Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'

find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'

find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'

find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'

find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'

find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'

find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'

find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
2014-01-23 13:26:41 -05:00
Benoit Jacob
49fc171ad2 Bug 959380 - 5/5 - Make gfxMemoryLocation a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_MEMORY_\(IN_PROCESS_HEAP\|IN_PROCESS_NONHEAP\|OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1gfxMemoryLocation::\2\3/g'
2014-01-23 13:26:40 -05:00
Benoit Jacob
aebf0bb92a Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
2014-01-23 13:26:40 -05:00
Benoit Jacob
ed427f9600 Bug 959380 - 3/5 - Make gfxSurfaceType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxSurfaceType\(Image\|PDF\|PS\|Xlib\|Xcb\|Glitz\|Quartz\|Win32\|BeOS\|DirectFB\|SVG\|OS2\|Win32Printing\|QuartzImage\|Script\|QPainter\|Recording\|VG\|GL\|DRM\|Tee\|XML\|Skia\|Subsurface\|D2D\|Max\)\($\|[^A-Za-z0-9_]\)/\1gfxSurfaceType::\2\3/g'
2014-01-23 13:26:40 -05:00
Benoit Jacob
e5ed95579b Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
2014-01-23 13:26:40 -05:00
Benoit Jacob
562cb87289 Bug 959380 - 1/5 - Make gfxBreakPriority a typed enum - r=jrmuizel 2014-01-23 13:26:39 -05:00
Ryan VanderMeulen
74b0ee69de Backed out changeset 26984019ff59 (bug 962605) for suspicion of causing OSX 10.8 debug mochitest-other crashes.
CLOSED TREE
2014-01-23 12:45:43 -05:00
Ryan VanderMeulen
154c073fb8 Backed out changeset 5297eafc36e2 (bug 962911) for making B2G reftests much more failure-prone.
CLOSED TREE
2014-01-23 11:50:52 -05:00
Ryan VanderMeulen
0ac657796f Backed out changeset 0b2f7df3aada (bug 961313) for buffered_stun_socket_unittest crashes.
CLOSED TREE
2014-01-23 11:23:14 -05:00
Oleg Romashin
9f8314c323 Bug 962978 - TextureHost leaking mBuffer with OMTC on Linux. r=nical 2014-01-23 07:26:59 -08:00
Ryan VanderMeulen
4544e52de0 Merge m-c to inbound. 2014-01-23 10:14:23 -05:00
Ehsan Akhgari
4f2250b3c2 Bug 959768 - Add non-unified mozconfigs for Windows and OSX builds. r=catlee 2014-01-23 10:11:52 -05:00
Ryan VanderMeulen
49c724dc8b Backed out changesets fbc3bb6c002f and 3da2b2a2899b (bug 620935) for debug B2G mochitest-13 crashes. 2014-01-23 10:09:10 -05:00
Carsten "Tomcat" Book
8d3a7df7a7 merge b2g-inbound to mozilla-central 2014-01-23 10:20:58 +01:00
Carsten "Tomcat" Book
7da2f8a7a8 merge fx-team to mozilla-central 2014-01-23 10:19:26 +01:00
Carsten "Tomcat" Book
46cde20331 merge mozilla-inbound to mozilla-central 2014-01-23 10:18:03 +01:00
Cameron McCormack
a8f3bdbb72 Bug 962427 - Make RestyleManager.cpp's GetNextBlockInInlineSibling static. r=dbaron 2014-01-23 15:24:22 +11:00
Chris Pearce
1548267f86 Bug 962354 - Create a threadsafe threadpool singleton for media threads. r=kinetik 2014-01-23 17:21:05 +13:00
Chris Pearce
5c90f73c73 Bug 961885 - Rename the enum entries for HTMLTrackElement.readyState, as HTMLTrackElement::ERROR is defined in some other file that can be included in unified builds, causing errors when we add more files to content/media. r=rillian 2014-01-23 17:19:34 +13:00
Wes Kocher
324c853be9 Backed out changeset 47c7cd88eee1 (bug 961047) for b2g scrolling failures 2014-01-22 20:12:03 -08:00
Jeff Gilbert
ece68b1952 Bug 962392 - Clean up WebGLFramebuffer, particularly handling of RectangleObjects. - r=dglastonbury 2014-01-22 19:59:34 -08:00
Jeff Gilbert
49b5a372fe Bug 962392 - Whitespace fixes. - r=dglastonbury 2014-01-22 19:59:33 -08:00
B2G Bumper Bot
6f85a53265 Bumping manifests a=b2g-bump 2014-01-22 19:42:28 -08:00
B2G Bumper Bot
64e00a00fd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/630d27e5cff7
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #15539 from yurenju/align

Bug 957497 - Enable alignStoredFiles() r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/dbf49f1f14b9
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 957497 - Enable alignStoredFiles()
2014-01-22 19:40:14 -08:00
Ehsan Akhgari
21279ba34c Bug 289384 - Run the native key binding handlers from nsEditorEventListener; r=Neil,masayuki 2014-01-22 22:18:51 -05:00
Ben Kelly
d339b86f86 Bug 961441: Use MallocSizeOf to report decoded-audio memory. r=cpearce r=njn 2014-01-22 22:14:45 -05:00
Jason Duell
736b2d8de1 Bug 936979: websocket will never connected after a lot of failure r=mcmanus 2014-01-22 19:04:18 -08:00
B2G Bumper Bot
2f7a9982b9 Bumping manifests a=b2g-bump 2014-01-22 18:56:26 -08:00
B2G Bumper Bot
26935f528b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4523a8f13fa6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #15595 from alivedise/bugzilla/962499/remove-manifestURLs

Bug 962499 - Remove manifestURLs in connections.*.rules, r=vivien

========

https://hg.mozilla.org/integration/gaia-central/rev/214fda9befc2
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 962499 - Remove manifestURLs in connections.*.rules
2014-01-22 18:50:12 -08:00
Ben Tian
c5682cb766 Bug 921999 - Bluetooth Device connection status in Settings is incorrect if remote headset restores connection, r=gyeh 2014-01-23 10:46:45 +08:00
B2G Bumper Bot
c6dc57b4db Bumping manifests a=b2g-bump 2014-01-22 18:31:57 -08:00
B2G Bumper Bot
a8cbd5cec9 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8fe46c360427
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 921828 - (app-menu) [Window Management] Refactor ListMenu and move it to AppWindow + implement System Wide Menu if needed"

This reverts commit daa85b79824ccc71f122011ebc0b5f2104db6620.

Reverted due to linter errors.
2014-01-22 18:20:21 -08:00
B2G Bumper Bot
7ab950239f Bumping manifests a=b2g-bump 2014-01-22 18:01:06 -08:00
B2G Bumper Bot
f5e88a8cb3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e6e6c54c681
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15547 from MBRSL/bug-961970-layout

Bug 961970 - [UITest] change layout with Building Blocks, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/5273f26779b1
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 961970 - [UITest] change layout with Building Blocks
2014-01-22 17:55:10 -08:00
B2G Bumper Bot
5b3a1b1822 Bumping manifests a=b2g-bump 2014-01-22 17:46:20 -08:00
B2G Bumper Bot
977aa7d61e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a497c0f6c46
Author: Mason Chang <mason@masonchang.com>
Desc: Merge pull request #15617 from changm/bug962699

Bug 962699 Put Email App in Scrollable Background Layer. r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/bd17f7ea7172
Author: Mason Chang <mchang@mozilla.com>
Desc: Bug 962699 Put Email App in Scrollable Background Layer

========

https://hg.mozilla.org/integration/gaia-central/rev/77dcf510d7f4
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #14958 from cctuan/921828

Bug 921828 - (app-menu) [Window Management] Refactor ListMenu and move it to AppWindow + implement System Wide Menu if needed

========

https://hg.mozilla.org/integration/gaia-central/rev/ebe0bab7a7ea
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 921828 - (app-menu) [Window Management] Refactor ListMenu and move it to AppWindow + implement System Wide Menu if needed
2014-01-22 17:45:13 -08:00
Brian Nicholson
7092b0b5d0 Bug 933422 - (follow-up) Move comment from WebApp to App. r=me DONTBUILD 2014-01-22 17:33:54 -08:00
Brian Nicholson
1a56b353ea Bug 933422 - Don't resize the search window when showing the keyboard. r=mcomella 2014-01-22 17:28:08 -08:00
B2G Bumper Bot
fafc3c5228 Bumping manifests a=b2g-bump 2014-01-22 17:26:03 -08:00
B2G Bumper Bot
5f7b5e3cf5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/deddaf407510
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #15194 from gnaneswar/Issue_951095

Bug 951095 - [Clock] Increase font-size of counting value in Stopwatch r=hhuang r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/e82ec09f39f4
Author: Gnaneswar Devuni <gnaneswar.devuni@accenture.com>
Desc: Bug 951095 - [Clock] Increase font-size of counting value in Stopwatch; r=reviews
2014-01-22 17:20:11 -08:00