https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
50e0325 Added THUNDERBIRD_15_0b3_RELEASE THUNDERBIRD_15_0b3_BUILD1 tag(s) for changeset 611896e7d593. DONTBUILD CLOSED TREE a=release --HG-- branch : GECKO150_2012080818_RELBRANCH 09 August 2012, 01:35:00 UTC
cf066a1 Bug 753461 - Revert 753461 from beta. a=lsblakk. --HG-- extra : rebase_source : 43dd6384041dd759fc1a2c526898f2d92183cc04 07 August 2012, 22:23:05 UTC
5363134 Bug 772502 - Remove custom focus rings on mobile. r=mfinkle, a=lsblakk 10 July 2012, 18:50:49 UTC
ce4478d Bug 778438: ActionBar crash on Awesomebar. [r=mfinkle] [a=lsblakk] 30 July 2012, 21:21:29 UTC
873d36e Bug 770928: Enable default text interaction on honeycomb+. [r=mbrubeck] [a=lsblakk] 27 July 2012, 06:56:53 UTC
825d2f6 Bug 777358: Large tablet tab new should be added to Makefile.in. [r=mfinkle] [a=lsblakk] 03 August 2012, 19:11:54 UTC
6b6c022 Bug 761785: Background shown during overscroll disappeared. [r=kats] [a=lsblakk] 27 July 2012, 06:54:48 UTC
c24e9ab Bug 728426 - Opening and then closing bookmarks sidebar keeps the bookmarksPanel.xul and/or history-panel.xul document alive; r=dao a=lsblakk 07 August 2012, 17:51:57 UTC
aafab63 Bug 728294 - Analyze cycle collection logs after test runs to detect leaks; r=ted,smaug a=lsblakk 07 August 2012, 17:50:32 UTC
ab896c4 Bug 767779 - Stop eating animation frames for non-multipart. r=joe a=lsblakk 22 July 2012, 01:07:15 UTC
2becaa0 Bug 778023 - Need to figure out how cycle collected DOM files are supposed to play with workers. r=bent, a=lsblakk. 07 August 2012, 15:09:00 UTC
9ed0407 Bug 770047 - Add the LayerView directly to the XML layout rather than creating it later, so that we don't get a black flash on startup on JellyBean devices. r=sriram a=lsblakk 28 July 2012, 14:33:51 UTC
fb374c4 Bug 764467 - Add a separate event for notifying browser.js of resize events, to avoid weird re-entrancy issues. r=Cwiiis a=lsblakk 14 June 2012, 14:59:28 UTC
67ed92d Backed out changeset 74e523bf1a7d (bug 728294); a=bustage 07 August 2012, 00:47:37 UTC
e1c2d19 Bug 777806. r=bz a=lsblakk 05 August 2012, 15:41:13 UTC
3847247 Bug 761274 - Work around buffer sizing bug in PulseAudio ALSA plugin. r=doublec a=lsblakk 16 July 2012, 21:15:24 UTC
af7c63c Bug 758408 - Fix XML slot handling (r=Waldo,a=lsblakk) 06 August 2012, 23:38:19 UTC
83e66bb Bug 779007 - Don't make about: pages privileged if they don't need to be. r=mfinkle a=lsblakk 02 August 2012, 21:16:54 UTC
f0958d4 Bug 779849 - Fix NPAPI wrapping (r=bholley,a=lsblakk) 06 August 2012, 23:33:28 UTC
dd38c97 Bug 728294 - Analyze cycle collection logs after test runs to detect leaks; r=ted,smaug a=lsblakk 03 August 2012, 10:36:59 UTC
5a7d3bc Bug 776213 - don't forget about sortedControls. r=smaug a=lsblakk 31 July 2012, 14:00:13 UTC
bc8933f Bug 661099 - Disable part of test_bug596600.xul on OS X 10.6 for frequent failures; r=mstange a=lsblakk 06 August 2012, 19:32:04 UTC
9d52c83 Bug 760770 - Mark test_timeupdate_small_files.html's 'got unexpected stalled after ended' for seek.webm as todo due to too many intermittent failures; r=cpearce a=lsblakk 06 August 2012, 19:32:04 UTC
64f69af Backout changeset d945ae198516 (bug 760152). r=kats,a=lsblakk 01 August 2012, 07:51:12 UTC
623a66d Bug 765936. r=bent,peterv a=lsblakk 06 August 2012, 19:09:45 UTC
ed2a482 Bug 778409 - Enter the compartment of unwrappedProto rather than obj in Rewrap. r=gabor a=lsblakk This can happen if chrome sets its proto to a content object from a different scope than the one doing the wrapping. In this case, the prototype chain looks like this: chromeobj => CCW(examplecom_obj) => CCW(examplecom_scope.Object.prototype) When wrapping chromeobj for exampleorg_scope, things will look like this: COW(chromeobj) => CCW(examplecom_obj) => CCW(examplecom_scope.Object.prototype) Note that we don't remap the proto of CCW(examplecom_scope) to exampleorg_scope.Object.prototype, because the proto remapping only happens when the object we're wrapping is chrome. There's no reason it has to be this way, but even if we changed it we still wouldn't get the nice remapped lookup behavior to exampleorg_scope.Object.prototype, because the proxy handler for CCW(examplecom_obj) isn't a ChromeObjectWrapper, and thus doesn't know how to to the prototype bouncing correctly. Anyway, I suspect this case isn't worth worrying about as long as we don't crash. 06 August 2012, 18:47:15 UTC
a6aa102 Bug 760109 - Tests. rs=mrbkap 06 August 2012, 18:46:58 UTC
db6825b Bug 760109 - Override traps in ChromeObjectWrapper to bounce lookups to the local prototype chain. r=mrbkap 06 August 2012, 18:46:58 UTC
db788da Bug 760109 - Introduce an explicit ChromeObjectWrapper. r=mrbkap For now it's identical to ChromeObjectWrapperBase. Custom behavior comes in the next patch. 06 August 2012, 18:46:58 UTC
dcb3dbd Bug 760109 - When COWing objects with standard prototypes, use the prototype in the home compartment instead. r=mrbkap 06 August 2012, 18:46:58 UTC
0fa88c3 Bug 760109 - Add an API to lookup proto key via standard prototype objects and vice-versa (on beta). v2 r=mrbkap 06 August 2012, 18:46:57 UTC
d90b950 Bug 760109 - Don't force wrappers to use the wrapped proto if they decide to use something different. r=mrbkap 06 August 2012, 18:46:57 UTC
0efe23a Bug 722956: clear async io timer, so it doesn't run after shutdown has started. r=philkon a=lsblakk 04 August 2012, 10:34:22 UTC
f73623e Bug 749678 - re-add missing MakeCurrent call in certain WebGL uniform setters - r=jgilbert, a=lsblakk 02 August 2012, 21:28:02 UTC
2bc4004 Bug 764176 - Cap area of rectangles passed to CUIDraw. r=mstange a=lsblakk 03 August 2012, 19:44:03 UTC
a6e479f Back out DOM Java access removal, bug 748343, due to extension compat. a=lsblakk 03 August 2012, 15:53:53 UTC
cd00a64 Bug 776399 - Fix IDL compat problem introduced by changes for bug 663057. r=bz, a=akeybl 25 July 2012, 01:37:32 UTC
1334c72 Bug 771669 - Crash with memory-pressure, WebGL bufferData - r=jgilbert, a=akeybl 25 July 2012, 16:13:45 UTC
1b5a30e Bug 773980 - Add Cu.isDeadWrapper. r=bholley, a=lsblakk 02 August 2012, 14:40:08 UTC
29db54a Bug 763232 - Handle shell service throwing on Linux in the advanced preferences pane. r=jaws a=lsblakk 31 July 2012, 06:54:16 UTC
52d97c8 Bug 769993: Switch Azure off on beta for content. r=jrmuizel a=akeybl 01 August 2012, 20:39:14 UTC
15ac053 Bug 747637 - Restore transform: skew() support; r=dbaron, a=akeybl 01 August 2012, 09:08:34 UTC
abfc173 Fix for bug 774775 (XRayWrapper does not handle new bindings constants) - refactor code. r=bz, a=akeybl. --HG-- extra : rebase_source : c7568451fc8b1ec507333c9b79fe0268d8692c52 18 July 2012, 11:52:07 UTC
cae4b87 Fix for bug 774775 (XRayWrapper does not handle new bindings constants). r=bz, a=akeybl. --HG-- extra : rebase_source : 3d0641c1b5955528987634a110f31c9a62ee44e0 17 July 2012, 20:54:25 UTC
aaf5fcc Bug 768333 - nsBufferedAudioStream::GetPositionInFrames miscompiled with Win32 PGO. r=cpearce a=lsblakk 16 July 2012, 21:21:04 UTC
0c8c069 Bug 765845: Reduce calling frequency of SetTextRenderingParams. r=jrmuizel a=lsblakk 31 July 2012, 17:55:48 UTC
3704544 Bug 762948: Work-around in invalidation problem with flash. r=roc 31 July 2012, 17:55:26 UTC
b1a9f59 Bug 770684, make sure chrome DOMParser doesn't load external resources, r=bz, a=akeybl 31 July 2012, 16:24:26 UTC
22585db Bug 770429, do uri load check earlier to avoid running code unnecessarily, r=mrbkap, a=akeybl 31 July 2012, 16:23:53 UTC
b4a283e Bug 776331 - Avoid crash when trying to redraw a destroyed plugin on Android r=josh a=lsblakk 26 July 2012, 13:39:21 UTC
47d5382 Bug 775852 followup: skip the test when WebGL is not around. No review, a=orange 31 July 2012, 14:23:05 UTC
b158878 Bug 756786 - Install the xulrunner binary as xulrunner instead of xulrunner-bin, and get rid of the xulrunner wrapper script. r=bsmedberg,a=akeybl --HG-- extra : transplant_source : %FAL%B2f%BE%04%92%BCB%2B%FA%8A%E6%1D%18C%A5H%8Dw 25 July 2012, 05:43:22 UTC
0e83107 Bug 777220: Temporarily disable slow SQL reporting. a=akeybl 31 July 2012, 04:33:38 UTC
cd85604 Bug 775852. Actually follow the WebIDL spec for creating JS representations of sequences. r=khuey, a=akeybl 27 July 2012, 04:09:09 UTC
54de924 Bug 769265 - Fix these calls. r=bent a=lsblakk 28 June 2012, 14:14:11 UTC
07e4dd8 Bug 763036 - Use new AwesomeBarItem class for awesomebar context menus. r=mbrubeck,bnicholson a=akeybl 31 July 2012, 00:46:28 UTC
14b0114 Bug 774990: Copying a profile with a disabled restartless add-on to a different directory causes extensions to fail to load. r=Unfocused, a=akeybl --HG-- extra : transplant_source : %11%D7%C0v%DEQ%1E%A5ZN%2Ci%F9%14%9F%AAs%BBa%1C 30 July 2012, 21:20:31 UTC
d98e6ba Bug 770478 - r=bbondy, a=lsblakk 30 July 2012, 21:11:11 UTC
3a3bce3 Bug 773105 - r=rstrong, a=akeybl 30 July 2012, 21:11:03 UTC
c4b979e Bug 745158; r=luke a=akeybl 30 July 2012, 20:10:04 UTC
15c8149 bug 762162 - network.http.timeout-connection r=honzab a=akebyl 30 July 2012, 20:19:42 UTC
912e34e Bug 777274 - Fix check to clear Java-side history. r=mfinkle a=akeybl 30 July 2012, 19:52:05 UTC
7d62e5a Bug 777578 - Make mLimiter and mAncestorLimiter strong refs. r=smaug a=akeybl 30 July 2012, 19:14:19 UTC
d64803b Bug 771994 follow-up: Add the missing include; r+a=me 30 July 2012, 18:02:56 UTC
644a896 Bug 771873 part 1 - Check for reversed indices in Selection::GetIndicesForInterval; r=ehsan a=akeybl --HG-- extra : transplant_source : %A0%C8%BE0%A2%8B%E4%D0%1E%B5%1Cct%B3%F6%13%BAlq%04 12 July 2012, 15:56:30 UTC
0065b7b Bug 776323 part 1 - Fix crash due to silly logic error in nsSelectionState::SaveSelection; r=ehsan a=akeybl --HG-- extra : transplant_source : %AB%0A%B9%E6_%96%87.%F9z%22%13k.%F7b%3B%8BU%60 23 July 2012, 10:27:22 UTC
65f55ad Bug 771994 - Make nsRangeStore refcounted; r=ehsan a=akeybl --HG-- extra : transplant_source : %A6%7Bq%AC%0B%A7%D9%CF%BF%B3%04%1F%C7j%A9%F9%97%3F%B4%8A 13 July 2012, 06:31:15 UTC
e996f74 Bug 776490 - variable lock (lockPref) does not work, r=bzbarsky a=akeybl 26 July 2012, 16:39:31 UTC
5d36689 Bug 769120. r=roc a=lsblakk 30 July 2012, 08:34:09 UTC
b40e962 Bug 765107 - Fix transformed filter drawing with Azure; r=bas; a=lsblakk 29 July 2012, 23:23:44 UTC
cdfccaf Bug 775722 - Reposition the text selection handles during pan/zoom operations. r=blassey a=akeybl 26 July 2012, 14:13:48 UTC
1a3e779 Bug 777505 - Fix possible NPE in getInputMethodManager. r=cpeterson a=akeybl 26 July 2012, 17:53:51 UTC
c58dbc3 Bug 774205 - Guard against a null layer controller object in GeckoInputConnection. r=cpeterson a=akeybl 23 July 2012, 18:52:55 UTC
c7f8312 Bug 746855 - Be more careful when checking for a carry during number format evaluation. r=sicking a=akeybl 11 June 2012, 17:31:35 UTC
0148197 Bug 725286 - Plugin placeholder text for the unsupported platforms is misleading. r=blassey,dolske a=akeybl * * * Bug 777805 - Update error message for unsupported plugins to include "Learn More..." link. r=mbrubeck a=blassey 26 July 2012, 04:44:11 UTC
565c844 Bug 775552 - Don't access siblings of nodes that might be deleted; r=ehsan a=akeybl --HG-- extra : transplant_source : %BE%0F%05%88%91%BC%7D%22c%94%CB%84%E5%84%7E%A9%96%A0%D0%5B 13 July 2012, 06:33:42 UTC
8d97946 Bug 775211: Custom menu flickers on JB and HTC Sensation. [r=mbrubeck] [a=lsblakk] 25 July 2012, 04:32:39 UTC
9248042 Bug 761929: Crash on H/W MENU key press with custom menu. [r=mbrubeck] [a=lsblakk] 25 July 2012, 04:30:46 UTC
dd0a5ac Bug 766940 - Notify MENU_UPDATED TabEvent when menu items change. r=mbrubeck a=akeybl Also fixes bug 767959. 24 July 2012, 23:12:12 UTC
3368fc2 Bug 766940 - Invalidate options menu for soft menu button. r=sriram a=akeybl 24 July 2012, 23:12:12 UTC
79b79af Bug 767597 - Part 1: Unset AwesomeBar inputType:textUri when using Swype. r=blassey f=mbrubeck a=akeybl 22 July 2012, 07:17:45 UTC
72987f6 Bug 760940 - Bookmarks and history menus behave incorrectly due to non-node weak map keys. r=mak a=lsblakk 24 July 2012, 14:20:57 UTC
ce49b28 Bug 777663 - Use localized string for password prompts. r=mbrubeck a=akeybl 26 July 2012, 19:53:16 UTC
4015f9c Bug 702487 - Prompt inputs should accept falsy values. r=mfinkle, a=akeybl 26 July 2012, 19:25:35 UTC
de5560e Bug 772162 - Disable webapps for Fennec on Fennec 15. r=blassey a=lsblakk 26 July 2012, 19:25:34 UTC
d875731 no bug, add Acholi to the beta builds, ra=drivers, DONTBUILD 26 July 2012, 12:07:29 UTC
311fbdd Bug 769896 - Make "Import from Android" use MultiChoicePreference. r=bnicholson a=akeybl 12 July 2012, 18:44:31 UTC
84fcdd3 bug 767005 - backout 235853 r=jduell a=lsblakk --HG-- extra : rebase_source : 55ac5b701e57fb396bf46723788b4ab2b4feaa0e 26 July 2012, 02:22:46 UTC
9631ddb Bug 558220 - Part 2. Fix a bug in the test HTTP header that caused it to misread headers when a packet boundary fell between the CR and LF at the end of a header value; r=waldo a=lsblakk 25 July 2012, 11:15:30 UTC
1eb0513 Bug 558220 - Part 1. Add more debugging spew to the test HTTP server; r=waldo a=lsblakk 25 July 2012, 11:15:30 UTC
4051047 Bug 772079 - Fix ThebesLayerInvalidRegion being destroyed too soon. r=roc a=lsblakk A comment in ApplyThebesLayerInvalidation says that it preserves the content of ThebesLayerInvalidRegion, in case there are multiple container layers for the same frame. SetHasContainerLayer, however, immediately clears said property. This was causing invalidations to be lost since Bug 758620 on fixed-position elements, as they were being separated out onto their own layers but were still merged in the root scroll layer. This is tracked in Bug 769541. This fixes the problem by storing the new invalid region in DisplayItemDataEntry and clearing/setting the ThebesLayerInvalidRegion property in the UpdateDisplayItemData callback from FrameLayerBuilder::WillEndTransaction. 25 July 2012, 08:09:27 UTC
90f4c7e Bug 775794. r=jgilbert. a=akeybl 21 July 2012, 17:57:35 UTC
a9d55d2 Bug 770345 - GeckoPreferences no longer recreates itself on orientation change. r=sriram, a=lsblakk 10 July 2012, 22:31:04 UTC
266935c Bug 774688 - Mark reused buffer as dirty in BasicCanvasLayer - r=bas, a=akeybl 25 July 2012, 00:14:45 UTC
4e2c768 Bug 769949 - GuaranteeResolve() must BlitDirtyFBOs() - r=bjacob, a=lsblakk 25 July 2012, 00:06:31 UTC
ed23754 Bug 687267 (merge fix) - Land part of patch that was lost in rebase to beta. a=bustage 24 July 2012, 23:32:34 UTC
2f3ba5d Bug 775793 - Clarify BMP decoding for unexpected alpha pixels - r=bbondy, a=akeybl 24 July 2012, 23:11:39 UTC
2388f81 Bug 775442 - Part 1: Clamp string indexes when updating IME extracted text. r=blassey a=lsblakk 19 July 2012, 18:34:42 UTC
d5f7ee0 Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey a=akeybl 20 July 2012, 19:20:51 UTC
6fc3610 Bug 728524 - Invalid OP fix. r=jgilbert a=lsblakk 15 July 2012, 15:11:17 UTC
back to top