Ed Morley
217b4fdcc5
Backout changeset 864c08bd7c63 (bug 684889) for Android bustage
2011-09-23 10:36:16 +01:00
Ed Morley
9574142620
Backout changeset f4b1fa7a0f31 (bug 684889) for Android bustage
2011-09-23 10:34:42 +01:00
Jonathan Kew
aea605536d
bug 684889 pt2 - move and rename FontFamily/Entry classes from gfxFT2Fonts to gfxFT2FontList source file. r=jdaggett
2011-09-23 09:53:41 +01:00
Jonathan Kew
1d2932c2c0
bug 684889 - refactor and clean up Android font-list implementation. r=jdaggett
2011-09-23 09:53:13 +01:00
Chris Jones
51e7a7b124
Bug 688115: Try harder to find EGLConfigs. r=ajuma
2011-09-22 22:58:15 -07:00
Boris Zbarsky
57a7d0c7dd
Bug 680903. Make the set of interfaces exposed by windows saner across different window types. r=jst
2011-09-23 01:04:32 -04:00
Boris Zbarsky
f10439f0b5
Bug 684671. Allow the onreadystatechange getter/setter on Document.prototype to not throw even if its |this| is bogus. r=peterv,sicking
2011-09-23 01:03:50 -04:00
Andreas Gal
9f4458505f
Bug 660233 part 2. Move nodePrincipal, baseURIObject, and documentURIObject from classinfo to XrayWrapper and to DOM prototypes in chrome documents. r=mrbkap
2011-09-21 21:30:27 -04:00
Boris Zbarsky
5bd5d4d6c7
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
...
--HG--
rename : dom/tests/mochitest/bugs/test_bug396843.html => dom/tests/browser/browser_bug396843.js
2011-09-23 01:03:50 -04:00
Boris Zbarsky
7cc6c5bb54
Bug 688685. Propcached property adds that just write to a slot are not sound when the class has an addProperty hook. r=bhackett
2011-09-23 01:03:49 -04:00
Matthew Gregan
fea58fa8d1
Bug 688516 - Null check mElement before use in NotifyDownloadEnded and AudioAvailable. r=cpearce
2011-09-23 16:27:18 +12:00
Justin Lebar
0093ca222c
Bug 688624 - Use nsAutoTArray in nsDisplayList::HitTest. r=roc
2011-09-22 23:50:57 -04:00
Ehsan Akhgari
60606f81f5
Bug 685995 - DOM chrome worker tests do not really test anything; r=ted
...
--HG--
extra : rebase_source : 818071f95ee10917811e16dc42d4073d23035146
2011-09-22 22:36:09 -04:00
James Willcox
f8138a0931
Bug 686992 - Draw to Android window/surface directly r=blassey
2011-09-21 12:46:00 -04:00
Mark Finkle
095b891a52
Bug 678480 - First-run animation is busted and tab sidebar is visible at startup r=wjohnston
2011-09-22 22:31:06 -04:00
Matt Brubeck
84fd12a9a8
Bug 685308 (2/2) - Make tablet UI work in RTL locales [r=wesj]
2011-09-22 19:20:01 -07:00
Matt Brubeck
add2758d47
Bug 685308 (1/2) - Make tablet sidebar dragging work in RTL [r=mfinkle]
2011-09-22 19:19:57 -07:00
Matt Brubeck
c830717672
Bug 686417 - Allow dragging within the tab sidebar [r=mfinkle]
2011-09-22 19:19:12 -07:00
Matt Brubeck
9e083c0d5d
Bug 686417 - Make the tab sidebar hideable in tablet mode [r=mfinkle]
2011-09-22 19:18:40 -07:00
Matt Brubeck
a71340c448
Bug 686417 - Cache the width of the sidebar in ViewableAreaObserver [r=mfinkle]
2011-09-22 19:17:46 -07:00
Matt Brubeck
f8127f13d4
Bug 688670 - Curvy tab button background is not flush with edge of tablet toolbar [r=wesj] DONTBUILD (Android CSS-only tweak)
2011-09-22 17:40:15 -07:00
Wes Johnston
0ade96d1c6
Bug 688505 - Use keyhole shape for back button on Honeycomb. r=mfinkle
2011-09-22 17:04:15 -07:00
Eitan Isaacson
c0a9613f69
bug 688628 - js-ctypes access to jni r=dougt
2011-09-22 19:32:02 -04:00
Ed Morley
f57624260e
Bug 660718 - Add a link from about:support to about:memory; r=ehsan
2011-09-23 00:24:49 +01:00
Jeff Walden
2cd9f2fb48
Bug 687621 - Convert getProperty to take a PropertyName*, and make getGeneric the only way to get a property for a jsid. r=luke
2011-09-15 11:44:10 -07:00
Jeff Walden
943ff8aaf5
Bug 687621 - Introduce js::SpecialId, encapsulating the non-index, non-string bizarro property names. r=luke
2011-09-20 14:34:11 -07:00
Jeff Walden
841fd4079b
Add PropertyName to the string-types tree in vm/String.h, and beef up the comment by PropertyName itself to better explain its utility. rs=luke
2011-09-21 15:37:43 -07:00
Jeff Walden
bbb763fe0c
Bug 687621 - Further split ObjectOps to add a third property type (and temporarily a fourth to use for a property of indeterminate type), to encapsulate object-valued jsids and properties that don't fit in the property name/element distinction. r=luke
...
--HG--
extra : rebase_source : 4cfd216dcbff77750cb54ea48b546e83bd555513
2011-08-12 14:26:48 -04:00
Jeff Walden
70cbcf0143
Bug 687642 - Rename JSFlatString::isElement to JSFlatString::isIndex. This better comports with other terminology being thrown around, and it makes it simpler to distinguish between the value used as the property name (the index, potentially) and the value the property contains (the element). r=dvander
...
--HG--
extra : rebase_source : e66315100fc331a4bd961a2cd281c36ed23ce471
2011-09-19 13:57:33 -07:00
Paul Biggar
ca975bca37
Change in-tree users of Array.prototype.splice to not rely on non-standard behavior of deleting all elements from |k| onward for |arr.splice(k)|. r=jwalden
...
--HG--
extra : rebase_source : b2f041ab27c500636598fe6213481c1a5f0989e8
2011-09-22 15:43:11 -07:00
Ehsan Akhgari
69ee1b11ba
Backout changeset a72195ce0eaa (bug 612128) becasue of Fennec regressions
2011-09-22 18:09:44 -04:00
Wes Johnston
e4d3d50d11
Bug 686745 - Allow scrolling the honeycomb app menu. r=mfinkle
2011-09-22 14:29:02 -07:00
Wes Johnston
1fed5d8f40
Bug 686533 - Fix vertical position of app menu. r=lucasr
2011-09-22 14:29:00 -07:00
Wes Johnston
dff1882d1b
Bug 688432 - Remove arrow from search engine popup. r=mbrubeck
2011-09-22 14:28:58 -07:00
Philipp von Weitershausen
9e8fa250dc
Bug 686579 - Kick off a sync immediately after setting up Sync on Fennec. r=mfinkle
2011-09-22 14:10:30 -07:00
Martin Stransky
17d339b990
Bug 627699 - Port GTK2 to GTK3: Partial patch for nsWindow.cpp and associated files; r=karlt
2011-09-22 21:58:07 +01:00
Ed Morley
c45e298b6e
Bug 687389 - Fix MSVC 2010 warning C4005: '_WIN32_WINNT' : macro redefinition, for various files under accessible/public/*; r=khuey
2011-09-22 21:54:57 +01:00
Mark Finkle
e30a3cb472
Bug 687312 - Show a non-interactive UI as soon as possible on startup (sdcard profiles) r=mbrubeck
2011-09-22 16:43:06 -04:00
Bill McCloskey
c335cff10d
Bug 677431 - Clean up MarkAndSweep code in GC (r=igor)
2011-08-05 10:25:51 -07:00
Jeff Muizelaar
ed391c7c80
Bug 673176. Record decoding speed for different image decoders. r=jlebar
...
--HG--
extra : transplant_source : %1A%1Dav%7C%C5%BF%9B%09%94bl%AC%14%CCpg%24R%AE
2011-09-22 16:25:56 -04:00
Jeff Muizelaar
df43a60f91
Bug 688081. imglib: Reorder condition checks in RequestDecode(). r=joedrew
...
This matches better with the no-op intent of RequestDecode() and will be true
more often once decode on draw is enabled which will give an earlier exit.
It also makes my debugging easier.
--HG--
extra : transplant_source : %5D%C9%7BS%0B%D0%1C%FA%D2%F1%FBI%97%21%DE%EFBE%89%01
2011-09-21 12:19:49 -04:00
Matt Brubeck
3b2676d564
Back out fb6480b0b03f (bug 556563) because of timeouts and failures in test_contextmenu.html
2011-09-22 13:02:02 -07:00
Igor Bukanov
6af7b7c20a
bug 688551 - specialize ~Anchor for Value only outside GCC. r=luke
2011-09-22 21:01:49 +02:00
Lucas Rocha
76fb8988e5
Bug 688162 - Nudge tab bar X's to the left (r=mbrubeck)
2011-09-22 11:05:44 -07:00
Matt Brubeck
5e6d0a4827
Bug 688481 - Let the urlbar stretch to fill the toolbar in tablet mode [r=wesj]
2011-09-22 11:04:46 -07:00
Matt Brubeck
b05c0ceb3c
Bug 688488 - Add a border to the bottom of the toolbar in Honeycomb [r=lucasr]
2011-09-22 11:04:46 -07:00
Matt Brubeck
66a94a8f80
Bug 688467 - Update "close tab" X button asset on tablets [r=lucasr]
2011-09-22 11:04:45 -07:00
Bill McCloskey
8bf4da6161
Bug 674776 - Replace giganto test with code to generate it (rs=jorendorff)
2011-09-21 16:37:30 -07:00
Malini Das
e5d27caad8
Bug 688052 - Disable permaorange Android tests for now; r=mbrubeck
2011-09-22 17:48:07 +01:00
Paul ADENOT
20ab736554
Bug 556563 - Disable/remove "View video" when you're already viewing the video r=dolske
2011-09-22 17:35:25 +01:00