Commit Graph

255220 Commits

Author SHA1 Message Date
Marco Bonardo
f1d5a7f4c3 Merge mozilla-central to mozilla-inbound 2011-10-03 17:13:54 +02:00
Alexander Surkov
9a01142f8c Bug 664142 - DEFAULT state exposed incorrectly for HTML, r=tbsaunde 2011-10-03 23:26:18 +09:00
Alexander Surkov
22725ca64a Bug 691248 - XUL tree items shouldn't pick up relations from XUL tree, r=tbsaunde 2011-10-03 23:26:11 +09:00
Alexander Surkov
87d3cce6df Bug 370396 - a11y mochitest for tabbox focus events, r=marcoz 2011-10-03 23:26:03 +09:00
Marco Bonardo
a730c3543c Merge last good changeset from mozilla-inbound to mozilla-central 2011-10-03 15:34:14 +02:00
Benoit Jacob
508f0d51de Bug 522193 - WebGL calls are slow because of memory allocation churning - r=roc
WebGL objects keep an array of refptrs of other WebGL objects owning references to them. In practical cases, the size of this array can oscillate between 0 and 2 at high frequency. nsTArray throws away its whole storage (mHdr) when its size hits 0. This patch makes us use a nsAutoTArray with a pre-allocated size of 2 or 8 depending on WebGL object types.
2011-10-03 08:41:56 -04:00
Alexander Surkov
daf68ce765 Bug 684818 - shift+tab fails on editable document after context menu is closed: enable mochitest, r=marcoz 2011-10-03 19:06:27 +09:00
Masayuki Nakano
c4fb23e5b7 Bug 690700 Remove MAKE_PR_BOOL macro r=karlt 2011-10-03 16:56:21 +09:00
Masayuki Nakano
5df9f65f17 Bug 690700 Remove PR_TRUE/PR_FALSE from widget/src/gtk2 r=karlt 2011-10-03 16:56:21 +09:00
Matt Woodrow
ae2391fce2 Bug 691106 - Merge sequential nsDisplayTransforms and give them unique frame keys. r=roc 2011-10-03 17:02:25 +13:00
Matt Woodrow
a20a2599bb Bug 682919 - Add eCSSKeyword_UNKNOWN terminators to 3d transforms style tables. r=dbaron 2011-10-03 16:59:43 +13:00
Ms2ger
05ba7f345f Bug 688544 - Make nsFrameLoader::mOwnerContent an Element*; r=smaug 2011-10-01 19:14:35 +02:00
Ms2ger
cc09584cbb Bug 688531 - Remove NameList; r=jst 2011-10-01 18:14:40 +02:00
Ms2ger
1329413242 Bug 93077 - Support #top in standards mode; r=bz 2011-10-01 18:14:40 +02:00
Ms2ger
5416bcbd03 Bug 616672 - Warn on access of LSProgressEvent.position, LSProgressEvent.totalSize; r=smaug 2011-10-01 18:14:40 +02:00
Ms2ger
6f88b35b18 Bug 688154 - Remove return value (and |new| success-checking) from NewRequestAndEntry (imgLoader.cpp); r=jrmuizel 2011-10-01 18:14:40 +02:00
Ms2ger
3225e81aff Bug 687318 - Allow createProcessingInstruction in HTML; r=smaug 2011-10-01 18:14:40 +02:00
Ms2ger
a2a1344384 Bug 687426 - Remove Document.xmlEncoding; r=sicking 2011-10-01 18:14:40 +02:00
Ms2ger
2e0aea2fba Bug 680694 - Remove TableRowsCollection::Init; r=sicking 2011-10-01 18:14:39 +02:00
Ms2ger
2b1825325d Bug 691041 - Remove unused variables origTargetContent and targetContent from nsRootAccessible::ProcessDOMEvent; r=surkov 2011-10-01 18:14:39 +02:00
Ms2ger
f99f6d4cdf Bug 688468 - Fix up nsIFrameMessageManager::sendAsyncMessage/nsISyncMessageSender::sendSyncMessage IDL signature; r=bz 2011-10-01 18:14:36 +02:00
Ms2ger
21a5651912 No bug - Remove CRs from nsDocument.cpp 2011-10-01 18:13:04 +02:00
Matheus Kerschbaum
46cd4d655a Bug 683482 - Remove replaceWholeText() r=sicking 2011-10-01 18:12:30 +02:00
Atul Aggarwal
68c6dc4c1f Bug 673820 - Rewriting StringToInteger function to match behavior of Rules for parsing Integers specified in spec. r=jonas f=mounir,Ms2ger,dbaron 2011-10-01 19:30:27 +05:30
Phil Ringnalda
aa7afa50d1 Bug 683163 - Disable the too-mittently-failing bug389321-1.html on Windows
--HG--
extra : rebase_source : f7ad5865c3cbf47746545eee2f03c7d884bce76f
2011-09-30 21:46:46 -07:00
Doug Sherk
6d669bd3c0 Bug 684853: implement OES_standard_derivatives
Implemented OES_standard_derivatives and fallbacks if it isn't available. Exposes dFdx, dFdy, and fwidth functions to WebGL scripts.
2011-10-01 00:45:50 -04:00
Matt Brubeck
f910be0580 Bug 684558 - browser-chrome test for escape key handling [r=mfinkle]
--HG--
rename : mobile/chrome/tests/browser_blank_02.html => mobile/chrome/tests/browser_blank_03.html
2011-09-30 21:30:49 -07:00
Matt Brubeck
e33c5f42f6 Bug 684558 - Key events are processed twice. [r=mfinkle] 2011-09-30 21:30:36 -07:00
Josh Matthews
806dd2b06b Bug 686453 - Create invalid cairo surfaces instead of null pointers when possible. r=jrmuizel 2011-09-13 10:49:01 -04:00
Ben Turner
861a81d26c Bug 690962 - 'Remove useless assertion now that we use bool instead of PRBool'. r=dbaron. 2011-10-02 13:59:37 -07:00
Gian-Carlo Pascutto
f6efc6dc46 Bug 686691 - PrefixSet loading should use readahead. r=taras 2011-10-02 21:26:10 +02:00
Taras Glek
612a7be8c8 Bug 686691 - Plumbing to expose OS-level readhead. r=bsmedberg 2011-10-02 21:24:54 +02:00
Marco Tulio Costa
855486915d Bug 593744 - nsWindow.cpp should assert if mLayerManager is null before Returning from nsWindow::GetLayerManager(). r=joedrew
--HG--
extra : rebase_source : f11c29151442b27ed8c08122d95bb37221b343f8
2011-10-02 21:11:19 +02:00
Khoo Yit Phang
a6b452325b Bug 686255 - Renaming Endian.h to avoid shadowing /usr/include/endian.h on Linux. r=bbondy
--HG--
rename : modules/libpr0n/src/Endian.h => modules/libpr0n/src/EndianMacros.h
2011-10-02 15:01:38 -04:00
Dão Gottwald
1445b336c0 Bug 632252 - The find bar should be visually styled to match the add-ons bar. r=shorlander 2011-10-02 13:53:00 +02:00
Masayuki Nakano
67a0ee1944 Bug 690669 Remove PR_TRUE/PR_FALSE from widget/src/windows r=jimm 2011-10-02 11:16:19 +09:00
Phil Ringnalda
6c56914b11 Bug 686143 - temporarily skip ecma/Date/15.9.5.9.js on Android to see what effect it has on frequency and location of timeouts, rs=bc 2011-10-01 17:54:43 -07:00
Josh Matthews
01acd802b5 Bug 623625 - Force window to the front on mac, and make sure the app window is active on all platforms for needs-focus reftests. r=ndeakin 2011-10-01 15:50:19 -04:00
Dão Gottwald
0bda59ff75 Bug 686469 - Tab-modal alert can overflow the browser window. r=dolske 2011-10-01 21:40:36 +02:00
Dão Gottwald
cd6435bb38 Bug 690414 - syncNotification.xml leaks 'Observers' and 'Notifications' into the global scope. r=gavin 2011-10-01 21:29:50 +02:00
Sriram Ramasubramanian
96cd608634 Bug 690849 - Fix the height of dialog buttons in honeycomb theme [r=wesj,mfinkle] DONTBUILD 2011-10-01 10:55:11 -07:00
Matt Brubeck
f98530a7fa Bug 690739 (2/2) - [TabletUI] Vertical swipes should scroll content, not the sidebar [r=mfinkle] 2011-09-30 15:06:37 -07:00
Matt Brubeck
106b417450 Back out cec9b916defe (bug 690739) because of Tzoom regression 2011-10-01 09:24:59 -07:00
Josh Aas
e4a4cfce64 Bug 690834: Replace PR_TRUE and PR_FALSE with true and false in in plugin code outside of dom/plugins. r=roc 2011-10-01 11:43:07 -04:00
Oleg Romashin
b5dacd415b Bug 683736 - Backspace key in form fields in desktop Linux Fennec goes back a page instead of deleting r=mbrubeck 2011-09-01 12:26:25 -07:00
Oleg Romashin
31e27aff84 Bug 682017 - Remove CustomKeySender and use content KeyEvents forwarding; r=mfinkle 2011-08-29 17:26:23 +01:00
Oleg Romashin
c2e9ca6e2e Bug 689877 - Fennec does not scroll view into plugin editable field. r=mbrubeck,mfinkle 2011-09-30 21:26:34 -07:00
Benoit Jacob
3bea5d21c4 Bug 690735 - upgrade ANGLE to r774 - no review, just syncing with upstream
This doesn't involve any Makefile change so should be relatively safe.

This is needed for:
  * BUILTIN_FUNCTION_EMULATION (r773,774), blocker for 665578
  * extensions validation in shaders (r745), blocker for 684853
  * major performance improvements and bug fixes
2011-10-01 00:03:10 -04:00
Matt Brubeck
bea15ba99c Merge mozilla-central to mozilla-inbound 2011-09-30 21:02:01 -07:00
Alexander Surkov
f5af8007c3 Bug 690222, follow up fix nsINode::GetChildAt usage 2011-10-01 12:53:57 +09:00