git.lucas.co / cce-browser
web browser (Servo)
git clone https://git.lucas.co/cce-browser.git

DateMessageAuthor
2026-09-24Root plate and spacing: the standard, not PAGE_BG and fourteen constsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-24Repin workspace dependencies to their published revsLucas Galante
2026-09-23fix: the favorites tests stop sharing one scratch directoryLucas Galante
2026-09-23fix: the tests' scratch directories are scoped to the processLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-22Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Pin workspace dependencies to GitHub, the crates' originLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-21Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Repin workspace dependencies to their published revsLucas Galante
2026-09-20Plates, bevels and drops are emitted with a Material (cce-ui RFC material, step 2b)Lucas Galante
2026-09-19Depend on cce-ui through git.lucas.co, so this crate builds aloneLucas Galante
2026-09-19docs: sixteen files, not eight; mark webview.rs as the retired backendLucas Galante
2026-09-19docs: committing is not publishing — origin is a pushable bare repoLucas Galante
2026-09-19The page belongs to a renderer, not to the processLucas Galante
2026-09-11fix: the page always gets the release for a press it receivedLucas Galante
2026-09-10perf: pace the readback to draws, not to the engineLucas Galante
2026-09-10feat: the wheel eases, through the DE's own scroll modelLucas Galante
2026-09-10perf: stop copying the page three times per frameLucas Galante
2026-09-09feat: account autocomplete from cce-secrets on login formsLucas Galante
2026-09-09feat: a bookmarks menu in the nav bar — visit and manage without leaving the pageLucas Galante
2026-09-09feat: favorites — a strip of one-click pills in the bar, apart from bookmarksLucas Galante
2026-09-05fix: the corner dot is the bar's own corner and the bar grows out of itLucas Galante
2026-09-05fix: the corner dot sits in the window's corner, not the bar'sLucas Galante
2026-09-05fix: the circle menu is the DE's corner dot, persistent, undecoratedLucas Galante
2026-09-05feat: the utility bar is a circle menu — an orb that unfolds into the barLucas Galante
2026-09-04wpe: report the gesture phase on scroll events — touchpad source and the finger-lift stopLucas Galante
2026-09-01feat: restore open tabs across restartsLucas Galante
2026-09-01fix: persist cookies on disk in the WPE backendLucas Galante
2026-09-01fix: a forwarded open focuses the browser windowLucas Galante
2026-09-01perf: prewarm a spare webview so a link is a tab in ~65ms, not ~250Lucas Galante
2026-09-01perf: cce-browser-open, a slim forwarder for the click-to-tab pathLucas Galante
2026-09-01feat: single instance — an external open becomes a tab, not a processLucas Galante
2026-08-31feat(wpe): a right-click context menu on the web viewLucas Galante
2026-08-31feat: WPE WebKit is the default engine; Servo moves behind a featureLucas Galante
2026-08-28refactor: the URL bar uses the shared line editorLucas Galante
2026-08-28docs: record what real use has established, and what it caughtLucas Galante
2026-08-28fix(wpe): give WebKit a clipboard, so Ctrl+V works in a pageLucas Galante
2026-08-28fix(wpe): tell WPE the display scale, so pages are not laid out half sizeLucas Galante
2026-08-28feat(wpe): JS dialogs and HTTP auth, with a real modalLucas Galante
2026-08-28docs: WPE-PORT.md describes a port that runs, not one being scopedLucas Galante
2026-08-28feat(wpe): downloads through WebKit's own pipelineLucas Galante
2026-08-28feat(wpe): cce: pages and a persistent profile under WebKitLucas Galante
2026-08-28feat(wpe): main.rs runs on either engine, chosen at compile timeLucas Galante
2026-08-28feat(wpe): close the last seven API gaps against ServoHostLucas Galante
2026-08-28feat(wpe): tabs, with page state driven by signals rather than pollingLucas Galante
2026-08-28feat(wpe): wake on GLib activity instead of polling for itLucas Galante
2026-08-28feat(wpe): input — pointer, keyboard and wheel into the pageLucas Galante
2026-08-28feat(wpe): WebKitHost — the ServoHost-shaped API over WPELucas Galante
2026-08-28feat(wpe): the embedding contract, in Rust, behind a feature flagLucas Galante
2026-08-27docs: the spike renders — SHM buffers are real, staging holdsLucas Galante
2026-08-27docs: spike results — subclassing works, buffers do not, staging in doubtLucas Galante
2026-08-27docs: the WPE frame contract, read off the installed headersLucas Galante
2026-08-27docs: WPE 2.52.6 exposes WPEPlatform, so the port targets thatLucas Galante
2026-08-27docs: scope a port from Servo to WPE WebKitLucas Galante
2026-08-27fix: a download URL passed as argv downloads instead of erroringLucas Galante
2026-08-27docs: Servo leaks a document per load, and what that costLucas Galante
2026-08-27docs: a CLAUDE.md for this crateLucas Galante
2026-08-27feat: cce://cookies, a confirm-then-clear page for site dataLucas Galante
2026-08-27feat: Ctrl+Shift+O hands the current page to another browserLucas Galante
2026-08-27feat: enable CSS GridLucas Galante
2026-08-26feat: copy/cut/paste in the URL bar and in pagesLucas Galante
2026-08-26feat: persist cookies and site state in an XDG profile dirLucas Galante
2026-08-24feat: a force-dark option that inverts pages with no dark themeLucas Galante
2026-08-24feat: report a color scheme to pages, defaulting to darkLucas Galante
2026-08-22feat: Ctrl+A selects the whole URL, and Ctrl+L selects what it focusesLucas Galante
2026-08-22feat: clicking into the URL bar selects the whole URLLucas Galante
2026-08-22feat: anchor the utility bar to the top or bottom window edgeLucas Galante
2026-08-19fix: URL-bar caret and click mapping use renderer-exact glyph offsetsLucas Galante
2026-08-16feat: ship a desktop entry, and open a local file path from argvLucas Galante
2026-08-12Read settings from the app config; reload on window focusLucas Galante
2026-08-11Add a downloads manager (cce://downloads)Lucas Galante
2026-08-11Add bookmarksLucas Galante
2026-08-11Add a history page (cce://history)Lucas Galante
2026-08-11Open page-created webviews (window.open / target=_blank) as tabsLucas Galante
2026-08-11Add tabsLucas Galante
2026-08-11Frost the utility bar: translucent fill so the blur reads throughLucas Galante
2026-08-10Float the utility bar above the page contentLucas Galante
2026-08-10Fix wheel scrolling: pass winit-signed deltas, drop manual scroll eventLucas Galante
2026-08-10cce-browser: Servo-embedded web browser MVPLucas Galante