Commit Graph

77075 Commits

Author SHA1 Message Date
Boris Zbarsky
788803a0af 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
18cca0613a 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
8579719cfc Bug 688516 - Null check mElement before use in NotifyDownloadEnded and AudioAvailable. r=cpearce 2011-09-23 16:27:18 +12:00
Justin Lebar
ba7be2f99c Bug 688624 - Use nsAutoTArray in nsDisplayList::HitTest. r=roc 2011-09-22 23:50:57 -04:00
Ehsan Akhgari
b3ee3e71d9 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
3695a643d2 Bug 686992 - Draw to Android window/surface directly r=blassey 2011-09-21 12:46:00 -04:00
Mark Finkle
5431269600 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
5a4031e438 Bug 685308 (2/2) - Make tablet UI work in RTL locales [r=wesj] 2011-09-22 19:20:01 -07:00
Matt Brubeck
6c3eae4567 Bug 685308 (1/2) - Make tablet sidebar dragging work in RTL [r=mfinkle] 2011-09-22 19:19:57 -07:00
Matt Brubeck
ba1d0fbfdf Bug 686417 - Allow dragging within the tab sidebar [r=mfinkle] 2011-09-22 19:19:12 -07:00
Matt Brubeck
3403312058 Bug 686417 - Make the tab sidebar hideable in tablet mode [r=mfinkle] 2011-09-22 19:18:40 -07:00
Matt Brubeck
0af2936d2c Bug 686417 - Cache the width of the sidebar in ViewableAreaObserver [r=mfinkle] 2011-09-22 19:17:46 -07:00
Matt Brubeck
c86fd8e4f5 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
020bcbfc07 Bug 688505 - Use keyhole shape for back button on Honeycomb. r=mfinkle 2011-09-22 17:04:15 -07:00
Eitan Isaacson
adb92bd410 bug 688628 - js-ctypes access to jni r=dougt 2011-09-22 19:32:02 -04:00
Ed Morley
75ae874a24 Bug 660718 - Add a link from about:support to about:memory; r=ehsan 2011-09-23 00:24:49 +01:00
Jeff Walden
37632bfcb5 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
ddb8886dc3 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
9d85b7ddf3 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
229554194a 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
00521e3dfd 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
d8fd60d75c 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
85e673bce7 Backout changeset a72195ce0eaa (bug 612128) becasue of Fennec regressions 2011-09-22 18:09:44 -04:00
Wes Johnston
8186204329 Bug 686745 - Allow scrolling the honeycomb app menu. r=mfinkle 2011-09-22 14:29:02 -07:00
Wes Johnston
f001f41058 Bug 686533 - Fix vertical position of app menu. r=lucasr 2011-09-22 14:29:00 -07:00
Wes Johnston
c77041bc8d Bug 688432 - Remove arrow from search engine popup. r=mbrubeck 2011-09-22 14:28:58 -07:00
Philipp von Weitershausen
33ec56a93a 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
0c9fd90888 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
69c881504d 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
715f05e904 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
e5701ded7e Bug 677431 - Clean up MarkAndSweep code in GC (r=igor) 2011-08-05 10:25:51 -07:00
Jeff Muizelaar
e07922260d 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
a484220573 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
edbc4285f6 Back out fb6480b0b03f (bug 556563) because of timeouts and failures in test_contextmenu.html 2011-09-22 13:02:02 -07:00
Igor Bukanov
abe648ab25 bug 688551 - specialize ~Anchor for Value only outside GCC. r=luke 2011-09-22 21:01:49 +02:00
Lucas Rocha
cb0af4ba1b Bug 688162 - Nudge tab bar X's to the left (r=mbrubeck) 2011-09-22 11:05:44 -07:00
Matt Brubeck
4872784be5 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
875bf2f96f 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
8b266a9185 Bug 688467 - Update "close tab" X button asset on tablets [r=lucasr] 2011-09-22 11:04:45 -07:00
Bill McCloskey
ee58d4bd06 Bug 674776 - Replace giganto test with code to generate it (rs=jorendorff) 2011-09-21 16:37:30 -07:00
Malini Das
c485070b88 Bug 688052 - Disable permaorange Android tests for now; r=mbrubeck 2011-09-22 17:48:07 +01:00
Paul ADENOT
e8f0d0b15e Bug 556563 - Disable/remove "View video" when you're already viewing the video r=dolske 2011-09-22 17:35:25 +01:00
Gabor Krizsanits
e9acfc4dca Bug 678465 - 'document-element-inserted' doesn't fire on ImageDocument; r=sicking 2011-09-22 17:35:25 +01:00
ithinc
72698258cb Bug 684773 - Unpin all tabs earlier when restoring a session in overwriting mode; r=dietrich 2011-09-22 17:35:25 +01:00
Terrence Cole
59f4dc6032 Bug 685315 - Remove the GETGLOBAL opcode; r=dvander
This was a nice and simple way to get a perf boost in the
interpreter and JM, but JSOP_GETGNAME has the same
information and more. TI doesn't need it, JM technically
doesn't, and IM won't either. We can just do a normal
property lookup during compilation.
2011-09-22 17:35:25 +01:00
julian.reschke@gmx.de
0d777658c8 Bug 682762 - FTP URI with param component no longer works; r=rjesup 2011-09-22 17:35:24 +01:00
Martijn Wargers
c3d7075c86 Bug 634626 - Move test_bug36682 to mochitest chrome, add layout.spellcheckDefault pref test; r=ehsan 2011-09-22 17:35:24 +01:00
Rafael Ávila de Espíndola
e525411a87 Bug 670951 - Make rsync verbose to check where we are losing xulrunner. r=khuey.
It looks like this bug is caused by a missing dependency on this rule. Making
rsync verbose will check if it is seeing the xulrunner binary or not.
2011-09-22 11:47:26 -04:00
Ehsan Akhgari
d7bc438291 Merge mozilla-central and mozilla-inbound 2011-09-22 11:28:01 -04:00
Ehsan Akhgari
d4e19e65a6 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-22 11:26:59 -04:00